Skip to content

Commit

Permalink
Merge pull request #55 from shipkit/mockitoguy-patch-7
Browse files Browse the repository at this point in the history
Made release failures easier to recover
  • Loading branch information
shestee authored Dec 13, 2020
2 parents 6ab8525 + e1058a7 commit 5108ebe
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 @@ -41,7 +41,7 @@ jobs:
&& github.ref == 'refs/heads/master'
&& github.repository == 'shipkit/shipkit-changelog'
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
run: ./gradlew publishPlugins githubRelease --scan
run: ./gradlew githubRelease publishPlugins --scan
env:
# Gradle env variables docs: https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_environment_variables
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
Expand Down

0 comments on commit 5108ebe

Please sign in to comment.