Skip to content

Commit 49dfa57

Browse files
Merge pull request #63 from MakingSense/dependabot/github_actions/mathieudutour/github-tag-action-6.1
2 parents 800d1a9 + edb0dc1 commit 49dfa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

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

0 commit comments

Comments
 (0)