Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
raik0707 committed Aug 2, 2020
1 parent 24342ec commit 97b6407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: chmod +x ./gradlew

- name: Create key field
run: base64 --decode > secring.gpg <<< ${{ secrets.GPG_FILE_BASE64 }}
run: base64 --decode <<< '${{ secrets.GPG_FILE_BASE64 }}' > secring.gpg

# Execute gradle publishing
- name: Gradle publish
Expand Down

0 comments on commit 97b6407

Please sign in to comment.