From 214cb2645a80b7218910ae13825b0d0ede9d96b9 Mon Sep 17 00:00:00 2001 From: Juliette Lamarche Date: Mon, 19 Aug 2024 19:53:34 -0400 Subject: [PATCH] ci: fix publish --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae5179a..e17025a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: - name: Run tests run: pnpm --stream --filter "@constellar/*" run test:unit - name: Publish - run: pnpm --stream --filter "@constellar/*" publish --no-git-checks + run: pnpm --filter "@constellar/*" publish --no-git-checks env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}