We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d6687 commit 03a8a02Copy full SHA for 03a8a02
.github/workflows/bump-version.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- name: Bump version and push tag
13
id: tag_version
14
- uses: mathieudutour/github-tag-action@v6.1
+ uses: mathieudutour/github-tag-action@v6.2
15
with:
16
github_token: ${{ secrets.GITHUB_TOKEN }}
17
- name: Create a GitHub release
0 commit comments