Skip to content

Commit 3310dd0

Browse files
authored
Update release.yml
1 parent 65713f8 commit 3310dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Publish NPM
3939
run: |
40-
npm version --git-tag-version=false ${{ steps.get_version.outputs.version }}
40+
npm version --git-tag-version=false --force ${{ steps.get_version.outputs.version }}
4141
npm publish --access public
4242
env:
43-
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
43+
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)