We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31904ed commit 18a71f3Copy full SHA for 18a71f3
.github/workflows/release.yml
@@ -87,6 +87,13 @@ jobs:
87
- name: Test
88
run: pnpm turbo test --force
89
90
+ - name: Import GPG key
91
+ uses: crazy-max/ghaction-import-gpg@v6
92
+ with:
93
+ gpg_private_key: ${{ secrets.GHA_BOT_GPG }}
94
+ git_user_signingkey: true
95
+ git_commit_gpgsign: true
96
+
97
- name: Create Release Pull Request or Publish to npm
98
id: changesets
99
uses: changesets/action@v1
0 commit comments