mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-21 18:40:19 +01:00
build(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 (#283)
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](https://github.com/mathieudutour/github-tag-action/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4ce8fb5669
commit
7c76e9d6ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/changelog_to_tag.yml
vendored
2
.github/workflows/changelog_to_tag.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
echo ::set-output name=tagname::"$_tagname"
|
||||
echo ::set-output name=branch::"$_branch"
|
||||
- name: Create tag
|
||||
uses: mathieudutour/github-tag-action@v6.1
|
||||
uses: mathieudutour/github-tag-action@v6.2
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
custom_tag: ${{ steps.tag.outputs.tagname }}
|
||||
|
|
Loading…
Reference in a new issue