Skip to content

Commit f9a4000

Browse files
authored
SWI-6761 deploy
1 parent 3949b0c commit f9a4000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Publish npm Package
6767
run: |
68-
npm version $PACKAGE_VERSION --allow-same-version
68+
npm version $PACKAGE_VERSION --no-git-tag-version --allow-same-version
6969
npm publish --access public
7070
env:
7171
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)