Skip to content

Commit

Permalink
Fix publication of SNAPSHOT from master (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Sep 28, 2020
1 parent b5b2040 commit ecf4879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail_ci_if_error: true

- name: Snapshot
if: ${{ github.ref == 'ref/head/master' }}
if: github.ref == 'refs/heads/master'
run: >-
./gradlew
$GRADLE_ARGS
Expand Down

0 comments on commit ecf4879

Please sign in to comment.