Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
timhuang1018 committed Aug 19, 2024
1 parent 9a026c0 commit 77a722f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ 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 - 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 77a722f

Please sign in to comment.