Skip to content

Commit

Permalink
feat: change to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rori4 committed Jan 16, 2024
1 parent 35c3807 commit c151b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
if: ${{ steps.changelog.outputs.skipped == 'false' }}
run: yarn
env:
# This is needed because we need to install the linting packages
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Authenticate with the GitHub Package Registry
if: ${{ steps.changelog.outputs.skipped == 'false' }}
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >>
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" >>
~/.npmrc

- name: Github publish package
Expand Down

0 comments on commit c151b29

Please sign in to comment.