From 94074e4bb2beac52f3429822f0a16fe053fc8184 Mon Sep 17 00:00:00 2001 From: shadcn Date: Sat, 25 Apr 2026 14:36:50 +0400 Subject: [PATCH] ci: release --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab09eeb067..1c1c452cac 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