From 912c1c9a3ba8ed42bae0a0913a17cb82b59d1366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Stefa=C5=84ski?= Date: Sun, 15 Jan 2023 22:04:35 +0100 Subject: [PATCH] Update publish.yml publish to latest instead master --- .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 84eb140..2105594 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: # build the project - run: npm run build # publish to NPM -> there is one caveat, continue reading for the fix - - run: npm publish --tag ${{ github.event.release.target_commitish }} + - run: npm publish --tag latest env: # Use a token to publish to NPM. See below for how to set it up NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}