From e7d2e531893262b28ed5b3fa2e5e11730b642116 Mon Sep 17 00:00:00 2001 From: Jan Vennemann Date: Thu, 9 Nov 2023 21:30:48 +0100 Subject: [PATCH] ci: remove publish 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 90ff9eb..7a9af92 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,4 +41,4 @@ jobs: GH_TOKEN: ${{ github.token }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} RELEASE_TAG: ${{ github.event.release.prerelease && 'next' || 'latest' }} - run: npm publish --tag $RELEASE_TAG --dry-run + run: npm publish --tag $RELEASE_TAG