Skip to content

Commit

Permalink
bump npm version in release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
coliu19 committed Oct 11, 2022
1 parent b523f18 commit f7981d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: npm --no-git-tag-version version ${{ env.RELEASE_VERSION }}
- run: npm ci
- run: npm publish --access=public
env:
Expand Down

0 comments on commit f7981d9

Please sign in to comment.