Skip to content

Commit 0bd567d

Browse files
committed
chore: fixing the release flow (googlemaps#12)
* fix: fixing the release flow * md5sum * md5sum * head -c 25 * head -c 50 * tail -c 50 * fix: revert base64 * head -c 10 * fix: clean release flow * fix: secret without quotes * fix: secret with quotess * fix: changed branch to main * fix: changed branch to main
1 parent 3f63d89 commit 0bd567d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
distribution: 'adopt'
3535
- name: Create .gpg key
3636
run: |
37-
echo $GPG_KEY_ARMOR > ./release.asc
37+
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
3838
gpg --quiet --output $GITHUB_WORKSPACE/release.gpg --dearmor ./release.asc
3939
4040
echo "Build and publish"

0 commit comments

Comments
 (0)