diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab09eeb06..1c1c452ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,10 +104,19 @@ jobs: - name: Build the package run: pnpm shadcn:build + - name: Import GPG key + uses: crazy-max/ghaction-import-gpg@v6 + with: + gpg_private_key: ${{ secrets.RELEASE_GPG_PRIVATE_KEY }} + git_user_signingkey: true + git_commit_gpgsign: true + git_tag_gpgsign: true + - name: Create Version PR or Publish to NPM id: changesets uses: changesets/action@v1 with: + setupGitUser: false commit: "chore(release): version packages" title: "chore(release): version packages" version: node .github/changeset-version.js