Skip to content

Commit

Permalink
Release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Sep 29, 2022
1 parent 2cf16ba commit 777e011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Build, release then publish assets
run: |
./gradlew -i -S :plugin:fullRelease \
./gradlew -i -S :fullRelease \
-Pgithub.token=${{ secrets.GITHUB_TOKEN }} \
-Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} \
-Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}

0 comments on commit 777e011

Please sign in to comment.