diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c90469..b30a7a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,15 +73,6 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - - name: Setup SSH signing - run: | - KEY_PATH="$RUNNER_TEMP/signing_key" - echo "${{ secrets.SIGNING_KEY }}" > "$KEY_PATH" - chmod 600 "$KEY_PATH" - git config gpg.format ssh - git config user.signingkey "$KEY_PATH" - git config commit.gpgsign true - - name: Push modifications run: | git add README.md