From 3ee7b78dcc176ecd68a326ee28399c2d60c87c59 Mon Sep 17 00:00:00 2001 From: Francesco Pasqua Date: Tue, 6 Aug 2024 15:49:33 +0200 Subject: [PATCH] feat(ci): enable package publishing with changesets action --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a0fb19..969bc96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,8 @@ jobs: - name: Create Release PR or Publish to NPM id: changesets uses: changesets/action@v1 - # with: - # publish: pnpm release + with: + publish: pnpm release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}