We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fdab6 commit 10ae3a4Copy full SHA for 10ae3a4
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
git config --global user.name "github-actions[bot]"
34
git config --global user.email "github-actions[bot]@users.noreply.github.com"
35
- TAG=$(npm version patch -m "Release %s [skip ci]")
+ TAG=$(npm version major -m "Release %s [skip ci]")
36
echo "Created tag: $TAG"
37
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
38
git push origin main --follow-tags
0 commit comments