Skip to content

Commit 410d9e4

Browse files
dependabot[bot]spetrosi
authored andcommitted
ci: bump mathieudutour/github-tag-action from 6.1 to 6.2
Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 6.1 to 6.2. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](mathieudutour/github-tag-action@v6.1...v6.2) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f002219 commit 410d9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog_to_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "tagname=$_tagname" >> "$GITHUB_OUTPUT"
7070
echo "branch=$_branch" >> "$GITHUB_OUTPUT"
7171
- name: Create tag
72-
uses: mathieudutour/github-tag-action@v6.1
72+
uses: mathieudutour/github-tag-action@v6.2
7373
with:
7474
github_token: ${{ secrets.GITHUB_TOKEN }}
7575
custom_tag: ${{ steps.tag.outputs.tagname }}

0 commit comments

Comments
 (0)