Skip to content

Commit d6969a9

Browse files
committed
Fix publish-gem workflow
1 parent a6e1758 commit d6969a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414
with:
15-
ref: ${GITHUB_REF}
15+
ref: "${{ github.event.release.tag_name }}"
1616
- name: Set up Ruby 2.6
1717
uses: actions/setup-ruby@v1
1818
with:

0 commit comments

Comments
 (0)