Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Apr 14, 2024
1 parent 05c8dc6 commit da42981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
run: sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"

- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3

- run: ./gradlew assemble

Expand Down

0 comments on commit da42981

Please sign in to comment.