We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e81ebd commit 3e67b79Copy full SHA for 3e67b79
1 file changed
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
TAG="${GITHUB_REF#refs/tags/}"
30
VERSION="${TAG#v}"
31
- npm version "$VERSION" --no-git-tag-version -w prompt-guide-cli
+ npm version "$VERSION" --no-git-tag-version --allow-same-version -w prompt-guide-cli
32
echo "Publishing prompt-guide-cli@$VERSION"
33
34
- name: Install dependencies
0 commit comments