We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ad12a commit 1bd9d35Copy full SHA for 1bd9d35
1 file changed
.github/workflows/publish-packages.yml
@@ -130,7 +130,7 @@ jobs:
130
run: |
131
# Create a unique version using the commit SHA as a prerelease identifier
132
# This ensures we can publish multiple times from the same codebase with unique versions
133
- npm version --no-git-tag-version 1.0.0-$COMMIT_SHA
+ npm version --no-git-tag-version 1.0.1-$COMMIT_SHA
134
# Publish the package to the npm registry with public access flag
135
pnpm publish --access public --no-git-checks
136
0 commit comments