From 25278c6f55d16e023c6e9a0de05ea5396997f529 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Sun, 26 Jun 2022 18:26:12 +0200 Subject: [PATCH] ci: Removing GPG stuff Signed-off-by: Vincent Boutour --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3e0df81..7099955 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,8 +41,6 @@ jobs: - name: Assets env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} - GPG_SIGN_EMAIL: ${{ secrets.GPG_SIGN_EMAIL }} run: | 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 }})"