From 23f580a93023d693e1ccf5e98e4db65e23ac6330 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 30 Oct 2023 13:00:06 +0100 Subject: [PATCH] Update publish.yml --- .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 02f35cd..31a54a7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -104,6 +104,6 @@ jobs: run: npm ci - name: Publish release to NPM - run: npm publish --provenance --tag ${{ needs.configure.outputs.vtag }} ${{ needs.configure.outputs.dry-run }} + run: npm publish --provenance ${{ needs.configure.outputs.dry-run }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}