Skip to content

Commit c151b29

Browse files
committed
feat: change to bump
1 parent 35c3807 commit c151b29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ jobs:
4242
if: ${{ steps.changelog.outputs.skipped == 'false' }}
4343
run: yarn
4444
env:
45+
# This is needed because we need to install the linting packages
4546
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647

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

5253
- name: Github publish package

0 commit comments

Comments
 (0)