From 355847a1f98d916032a8cdbff0bb69dda227bb02 Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Thu, 9 Nov 2023 20:02:04 +0100 Subject: [PATCH] re-add publish step in changeset ci action --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 646e14a..d852112 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,8 @@ jobs: - name: Create Release Pull Request or Publish if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: changesets/action@v1 + with: + publish: pnpm changeset publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}