From d34ad80df7f315129727c534b177c8df8eba400e Mon Sep 17 00:00:00 2001 From: Shaozhen Ding Date: Tue, 9 Aug 2022 09:24:31 -0500 Subject: [PATCH] fix github action - push directly --- .github/workflows/publish-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 6e16389..531025f 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -38,9 +38,9 @@ jobs: - name: Import GPG key id: import_gpg_key uses: crazy-max/ghaction-import-gpg@v5.0.0 - env: - GPG_PRIVATE_KEY: ${{ secrets.RELEASER_GPG_PRIVATE_KEY }} - PASSPHRASE: ${{ secrets.RELEASER_GPG_PASSPHRASE }} + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run releaser uses: goreleaser/goreleaser-action@v2.8.0