Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 1, 2021
1 parent 40b9f2e commit 5dffa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: get_version
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet) && echo ::set-output name=VERSION::$VERSION
- name: Build and Sign with Gradle
run: ./gradlew sign -PsigningKey=${GPG_KEY_B64} -PsingingPassword=${SIGNING_PASSWORD}
run: ./gradlew sign -PsigningKey=${GPG_KEY_B64} -PsigningPassword=${SIGNING_PASSWORD}
env:
GPG_KEY_B64: ${{ secrets.GPG_KEY_B64 }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 5dffa11

Please sign in to comment.