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 5c16a09 commit 7b6d1faCopy full SHA for 7b6d1fa
.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 minor -m "Release %s [skip ci]")
+ TAG=$(npm version patch -m "Release %s [skip ci]")
36
echo "Created tag: $TAG"
37
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
38
git push origin main --follow-tags
@@ -46,5 +46,6 @@ jobs:
46
uses: softprops/action-gh-release@v2
47
with:
48
tag_name: ${{ steps.bump-version.outputs.tag }}
49
+ generate_release_notes: true
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments