Skip to content

Commit 5b73b6a

Browse files
committed
ci: Fix release process with gpg
Signed-off-by: Vincent Boutour <[email protected]>
1 parent e8ea262 commit 5b73b6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
4545
GPG_SIGN_EMAIL: [email protected]
4646
run: |
47-
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release" "gpg"
47+
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
4848
export GIT_TAG="$(basename ${{ github.ref }})"
49-
gpg_import "${GPG_SIGNING_KEY}"
5049
scripts/release build assets clean
5150
- name: Docker
5251
env:

0 commit comments

Comments
 (0)