Skip to content

Commit

Permalink
Revert "gf"
Browse files Browse the repository at this point in the history
This reverts commit ac16b2c.
  • Loading branch information
marikaner committed Sep 13, 2024
1 parent 479f71e commit c7924d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/commit-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ runs:
git config --global user.name "$USER_NAME"
git add -A
git commit -m "v$VERSION"
git tag "v$VERSION" -m "v$TAG_MESSAGE"
git tag "v$VERSION" -m "v$VERSION"
git push --follow-tags
shell: bash
# map inputs to environment variables to avoid shell injection
env:
VERSION: ${{ inputs.version }}
USER_EMAIL: ${{ inputs.user-email }}
USER_NAME: ${{ inputs.user-name }}
TAG_MESSAGE: ${{ inputs.tag-message }}

0 comments on commit c7924d6

Please sign in to comment.