Skip to content

Commit

Permalink
now ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
jblom committed Sep 30, 2024
1 parent 22fa15b commit bf76a78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/_bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: cat ./package.json
- run: pnpm install --frozen-lockfile
- name: set pnpm config with auth
run: pnpm config set '//npm.pkg.github.com:_authToken' "${NODE_AUTH_TOKEN}"
run: |
pnpm config set '@beeldengeluid:registry=https://npm.pkg.github.com'
pnpm config set '//npm.pkg.github.com:_authToken' "${NODE_AUTH_TOKEN}"
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: publish package
Expand Down

0 comments on commit bf76a78

Please sign in to comment.