Skip to content

Commit

Permalink
update: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kainonly committed Nov 10, 2023
1 parent 215f865 commit a9e80df
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 @@ -26,7 +26,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
VERSION=${GITHUB_REF_NAME#ng-}
VERSION=${GITHUB_REF_NAME#v}
cd ./dist/library
npm version ${VERSION}
npm publish --access=public

0 comments on commit a9e80df

Please sign in to comment.