Skip to content

Commit

Permalink
Fix publish-gem workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pcriv committed Jan 22, 2020
1 parent a6e1758 commit d6969a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
with:
ref: ${GITHUB_REF}
ref: "${{ github.event.release.tag_name }}"
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit d6969a9

Please sign in to comment.