Skip to content

Commit 96e879e

Browse files
Update mathieudutour/github-tag-action action to v6.2
1 parent 78ab085 commit 96e879e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-workflow-bump-prod.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

.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)