Skip to content

Commit 10ae3a4

Browse files
committed
Trigger release of version 1.0
1 parent e6fdab6 commit 10ae3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.name "github-actions[bot]"
3434
git config --global user.email "github-actions[bot]@users.noreply.github.com"
35-
TAG=$(npm version patch -m "Release %s [skip ci]")
35+
TAG=$(npm version major -m "Release %s [skip ci]")
3636
echo "Created tag: $TAG"
3737
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
3838
git push origin main --follow-tags

0 commit comments

Comments
 (0)