Skip to content

Commit

Permalink
fix: git ref for refs/heads
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed May 29, 2020
1 parent 5a31c30 commit fc7f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Shellcheck
run: ./scripts/utils/test.sh
release:
if: success() && github.ref == 'ref/head/master'
if: success() && github.ref == 'refs/heads/master'
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fc7f906

Please sign in to comment.