Skip to content

Commit

Permalink
ci: Disable publishing snapshot to Github Packages (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Aug 20, 2020
1 parent 4771b65 commit fa60624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:

- name: Gradle Upload to GitHub packages
uses: eskatos/gradle-command-action@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
gradle-executable: "./test_runner/gradlew"
arguments: "-p test_runner publish -PGITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"

0 comments on commit fa60624

Please sign in to comment.