Skip to content

Commit

Permalink
Merge pull request #44 from shestee/master
Browse files Browse the repository at this point in the history
Updated CI workflow to avoid failures in forks [skip release]
  • Loading branch information
mockitoguy authored Nov 22, 2020
2 parents 5777ee2 + 8674d23 commit 2d83787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: ./gradlew build --scan --continue
- name: Push tag and deploy to plugins.gradle.org
if: github.event_name == 'push'
&& github.ref == 'refs/heads/master'
&& github.ref == 'refs/heads/master'
&& github.repository == 'shipkit/shipkit-auto-version'
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
run: ./gradlew publishPlugins githubRelease --scan
env:
Expand Down

0 comments on commit 2d83787

Please sign in to comment.