We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ea262 commit 5b73b6aCopy full SHA for 5b73b6a
.github/workflows/release.yaml
@@ -44,9 +44,8 @@ jobs:
44
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
45
GPG_SIGN_EMAIL: [email protected]
46
run: |
47
- 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"
48
export GIT_TAG="$(basename ${{ github.ref }})"
49
- gpg_import "${GPG_SIGNING_KEY}"
50
scripts/release build assets clean
51
- name: Docker
52
env:
0 commit comments