Skip to content

Commit b2d6db4

Browse files
committed
chore: Change tag bumping Action in CI
1 parent 6d1db01 commit b2d6db4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
run: ./gradlew buildPlugin
2525
- name: Bump version and push tag
2626
id: tag_version
27-
uses: mathieudutour/github-tag-action@v5.5
28-
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
uses: anothrNick/github-tag-action@1.26.0
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
WITH_V: true
31+
DEFAULT_BUMP: minor
3032
- name: Create GitHub Release
3133
uses: softprops/action-gh-release@v1
3234
with:

0 commit comments

Comments
 (0)