Skip to content

Commit

Permalink
CI: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianbica authored Sep 4, 2019
1 parent c44539e commit 829e214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
ruby-version: 2.6.x
- name: Publish
if: github.ref == 'master'
if: github.ref == 'refs/heads/master'
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
Expand Down

0 comments on commit 829e214

Please sign in to comment.