Skip to content

Commit

Permalink
update publish package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Sep 12, 2023
1 parent 2e49392 commit cfc28b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Publish ${{ GITHUB_REF_NAME }} to npm registry
- name: Publish $env:GITHUB_REF_NAME to npm registry
run: |
npm publish --access public --tag ${{ GITHUB_REF_NAME }}
npm publish --access public --tag $env:GITHUB_REF_NAME
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down

0 comments on commit cfc28b6

Please sign in to comment.