From 9ace83a0f0d55a59d8f342bf0bbca2a427c86ce2 Mon Sep 17 00:00:00 2001 From: ibro Date: Wed, 8 May 2024 14:13:24 +0100 Subject: [PATCH] revert: :green_heart: remove dry run --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2862e0..5d08da8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - publish: pnpm publish -r --dry-run + publish: pnpm publish -r env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}