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