We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e1758 commit d6969a9Copy full SHA for d6969a9
.github/workflows/publish-gem.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@master
14
with:
15
- ref: ${GITHUB_REF}
+ ref: "${{ github.event.release.tag_name }}"
16
- name: Set up Ruby 2.6
17
uses: actions/setup-ruby@v1
18
0 commit comments