Skip to content

Commit

Permalink
SWI-6761 deploy (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel authored Dec 17, 2024
1 parent 3949b0c commit 06e2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Publish npm Package
run: |
npm version $PACKAGE_VERSION --allow-same-version
npm version $PACKAGE_VERSION --no-git-tag-version --allow-same-version
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 06e2522

Please sign in to comment.