We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46a2c6 commit 15f2a9bCopy full SHA for 15f2a9b
.github/workflows/bump-version.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Get next version
20
id: tag_version
21
- uses: mathieudutour/github-tag-action@v6.0
+ uses: mathieudutour/github-tag-action@v6.1
22
with:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
24
default_bump: false
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Create tag
0 commit comments