Skip to content

Commit

Permalink
add get tag step to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Mar 5, 2022
1 parent 7f17974 commit 088b7ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
ruby-version: 2.6
- run: bundle install
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
- name: Publish to RubyGems
run: |
mkdir -p $HOME/.gem
Expand Down

0 comments on commit 088b7ab

Please sign in to comment.