mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
Merge pull request #225 from willshersystems/dependabot/github_actions/mathieudutour/github-tag-action-6.1
Bump mathieudutour/github-tag-action from 6.0 to 6.1
This commit is contained in:
commit
6ede6a2c7b
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.0
|
||||
uses: mathieudutour/github-tag-action@v6.1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
custom_tag: ${{ steps.tag.outputs.tagname }}
|
||||
|
|
Loading…
Reference in a new issue