Skip to content

Commit 3e67b79

Browse files
committed
UPdate Release action
1 parent 3e81ebd commit 3e67b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
TAG="${GITHUB_REF#refs/tags/}"
3030
VERSION="${TAG#v}"
31-
npm version "$VERSION" --no-git-tag-version -w prompt-guide-cli
31+
npm version "$VERSION" --no-git-tag-version --allow-same-version -w prompt-guide-cli
3232
echo "Publishing prompt-guide-cli@$VERSION"
3333
3434
- name: Install dependencies

0 commit comments

Comments
 (0)