Skip to content

Commit

Permalink
ci: Fix release process with gpg
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Jun 25, 2022
1 parent e8ea262 commit 5b73b6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GPG_SIGN_EMAIL: ci@vibioh.fr
run: |
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release" "gpg"
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
export GIT_TAG="$(basename ${{ github.ref }})"
gpg_import "${GPG_SIGNING_KEY}"
scripts/release build assets clean
- name: Docker
env:
Expand Down

0 comments on commit 5b73b6a

Please sign in to comment.