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 6d1db01 commit b2d6db4Copy full SHA for b2d6db4
.github/workflows/release.yml
@@ -24,9 +24,11 @@ jobs:
24
run: ./gradlew buildPlugin
25
- name: Bump version and push tag
26
id: tag_version
27
- uses: mathieudutour/github-tag-action@v5.5
28
- with:
29
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ uses: anothrNick/github-tag-action@1.26.0
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
+ WITH_V: true
31
+ DEFAULT_BUMP: minor
32
- name: Create GitHub Release
33
uses: softprops/action-gh-release@v1
34
with:
0 commit comments