Skip to content

Commit

Permalink
Improve taggign
Browse files Browse the repository at this point in the history
  • Loading branch information
LeipeLeon committed Oct 14, 2023
1 parent 39f00f8 commit c4d0f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
chmod 0600 $HOME/.gem/credentials
- name: Find version
run: |
echo "DIST_VERSION=$(rake version)" >> $GITHUB_ENV
git tag $(rake version)
git push origin
TAGNAME=$(bundle exec rake version)
git tag -a ${TAGNAME} -m "Tagged w/ Github Action"
git push origin ${TAGNAME}.
- name: Publish to GPR
run: |
Expand Down

0 comments on commit c4d0f9b

Please sign in to comment.