Skip to content

Commit

Permalink
Try a different way to set publish registry
Browse files Browse the repository at this point in the history
Signed-off-by: David Mehren <git@herrmehren.de>
  • Loading branch information
davidmehren committed Aug 31, 2024
1 parent 68a1bd6 commit a13ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '22'
registry-url: 'https://npm.pkg.github.com'
- name: Enable corepack
run: corepack enable
shell: bash
- run: yarn install --immutable
- run: yarn npm publish
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YARN_NPM_REGISTRY_SERVER: 'https://npm.pkg.github.com'

0 comments on commit a13ab87

Please sign in to comment.