Skip to content

Commit bd76af2

Browse files
Update mathieudutour/github-tag-action action to v6.2
1 parent b03dc3e commit bd76af2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag-and-release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Bump version and push tag
1313
id: tag_version
14-
uses: mathieudutour/github-tag-action@v6.1
14+
uses: mathieudutour/github-tag-action@v6.2
1515
with:
1616
github_token: ${{ secrets.gh_token }}
1717
tag_prefix: Prod-

.github/workflows/workflow-bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Bump version and push tag
1212
id: tag_version
13-
uses: mathieudutour/github-tag-action@v6.1
13+
uses: mathieudutour/github-tag-action@v6.2
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616
- name: Create a GitHub release

0 commit comments

Comments
 (0)