diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8154108..9c0c9c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Import GPG key + id: gpg uses: crazy-max/ghaction-import-gpg@v5 with: git_user_signingkey: true @@ -32,4 +33,4 @@ jobs: args: release --timeout=60m env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} + GPG_FINGERPRINT: ${{ steps.gpg.outputs.fingerprint }}