We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45765c3 commit e0ad12aCopy full SHA for e0ad12a
.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 0.0.0-$COMMIT_SHA
+ npm version --no-git-tag-version 1.0.0-$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