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:
Richard Megginson 2023-04-14 07:33:24 -06:00 committed by GitHub
commit 6ede6a2c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ jobs:
echo ::set-output name=tagname::"$_tagname" echo ::set-output name=tagname::"$_tagname"
echo ::set-output name=branch::"$_branch" echo ::set-output name=branch::"$_branch"
- name: Create tag - name: Create tag
uses: mathieudutour/github-tag-action@v6.0 uses: mathieudutour/github-tag-action@v6.1
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.tag.outputs.tagname }} custom_tag: ${{ steps.tag.outputs.tagname }}