Skip to content

Commit

Permalink
update release action config
Browse files Browse the repository at this point in the history
  • Loading branch information
tubopo committed Nov 12, 2023
1 parent 4059e3a commit 388d2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Create Key
env:
KEY_JKS: ${{secrets.KEY_JKS}}
run: echo $KEY_JKS | base64 -d > android/key.jks
run: echo "$KEY_JKS" | base64 -d > android/key.jks

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 388d2a4

Please sign in to comment.