diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95b26844..4b34f9ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,4 +133,5 @@ jobs: - run: npm ci - run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} \ No newline at end of file