Skip to content

Commit

Permalink
FIX workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Nov 15, 2021
1 parent 177eb1e commit cbc6ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm install
- name: build & publish
run: |
npm version ${{ steps.get_version.outputs.VERSION }}
npm version ${{ steps.get_version.outputs.VERSION }} --no-git-tag-version
npm run build
npm publish --access public
env:
Expand Down

0 comments on commit cbc6ca9

Please sign in to comment.