From 4fde5dc1a6a59663fb7ed9d83ce28802d18cf36e Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Mon, 24 May 2021 11:05:51 +0300 Subject: [PATCH] Remove dry-run --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 30ce17fd8..17ef51584 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -46,7 +46,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} - name: Publish @latest - run: npm publish --tag latest --dry-run + run: npm publish --tag latest if: "!github.event.release.prerelease" env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}