Skip to content

Commit

Permalink
Update: publish npm action dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kainonly committed Mar 1, 2023
1 parent c8e0901 commit 4508709
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 @@ -31,5 +31,5 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
cd ./dist/library
npm version ${{github.ref_name#v}}
npm version v${{github.ref_name#ng-}}
npm publish --access=public

0 comments on commit 4508709

Please sign in to comment.