Skip to content

Commit

Permalink
format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
timhuang1018 committed Aug 19, 2024
1 parent 842285b commit 9a026c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
gpg --batch --import private_key.asc
gpg --list-secret-keys --keyid-format LONG
gpg --export-secret-keys --armor > ${HOME}/secring.gpg
rm private_key.asc
# echo "$SIGNING_KEY" | gpg --dearmor > ${HOME}/secring.gpg

- name: Setup Gradle
rm private_key.asc - name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Add Gradle Properties
Expand Down

0 comments on commit 9a026c0

Please sign in to comment.