Skip to content

Commit

Permalink
ci: use pre-release string instead of build string in SemVer
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Jun 24, 2024
1 parent 46a77b3 commit 0cef423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- run: npm version --no-git-tag-version "0.0.0+$GITHUB_SHA"
- run: npm version --no-git-tag-version "0.0.0-snapshot.$GITHUB_SHA"
- run: npm pkg delete dependencies optionalDependencies devDependencies
- run: npm publish --provenance --access public --tag snapshot
env:
Expand Down

0 comments on commit 0cef423

Please sign in to comment.