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 aa31a25 commit 6d6a714Copy full SHA for 6d6a714
.github/workflows/publish.yml
@@ -31,8 +31,6 @@ jobs:
31
steps:
32
- name: Checkout code
33
uses: actions/checkout@v5
34
- with:
35
- token: ${{ secrets.GH_PUSH_TOKEN }}
36
37
- name: Set up Node.js
38
uses: actions/setup-node@v6
@@ -55,7 +53,7 @@ jobs:
55
53
run: |
56
54
git config --global user.name "github-actions[bot]"
57
git config --global user.email "github-actions[bot]@users.noreply.github.com"
58
- TAG=$(npm version ${{ github.event.inputs.bump || 'minor' }} -m "Release %s [skip ci]")
+ TAG=$(npm version ${{ github.event.inputs.bump || 'minor' }} -m "Release %s")
59
echo "Created tag: $TAG"
60
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
61
git push origin main --follow-tags
0 commit comments