We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03dc3e commit bd76af2Copy full SHA for bd76af2
2 files changed
.github/workflows/tag-and-release-prod.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.gh_token }}
17
tag_prefix: Prod-
.github/workflows/workflow-bump-version.yml
@@ -10,7 +10,7 @@ jobs:
10
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
0 commit comments