Skip to content

Commit

Permalink
fix: very good
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko authored Jan 23, 2024
1 parent f1f1658 commit a72c6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }}
keyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
run: |
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > keystore.jks
echo "${{ secrets.SIGNING_KEYSTORE }}" | base64 --decode > app/keystore.jks
npx semantic-release --debug

0 comments on commit a72c6e7

Please sign in to comment.