Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Sims <hello@evansims.com>
  • Loading branch information
evansims authored Nov 29, 2023
1 parent 7eec464 commit cdac5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tag-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ runs:
git tag -a ${TAG_NAME} -m "Version ${TAG_NAME}"
git push --follow-tags
env:
TAG_NAME: v${{ inputs.tag }}
TAG_NAME: ${{ inputs.tag }}
GITHUB_TOKEN: ${{ inputs.token }}

0 comments on commit cdac5dc

Please sign in to comment.