Skip to content

Commit 131157e

Browse files
emersionlouisgreiner
authored andcommitted
ci: use pre-release string instead of build string in SemVer
1 parent 156c2e2 commit 131157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/setup-node@v4
6767
with:
6868
registry-url: 'https://registry.npmjs.org'
69-
- run: npm version --no-git-tag-version "0.0.0+$GITHUB_SHA"
69+
- run: npm version --no-git-tag-version "0.0.0-snapshot.$GITHUB_SHA"
7070
- run: npm pkg delete dependencies optionalDependencies devDependencies
7171
- run: npm publish --provenance --access public --tag snapshot
7272
env:

0 commit comments

Comments
 (0)