From c15d82645d1ba7255a23988a4c4e09ae7d68dff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=AFkou=20Barry?= Date: Tue, 8 Dec 2020 17:14:02 +0100 Subject: [PATCH] Update workflow to publish latest version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7347c75..3d3d20b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: # build the project - run: npm run build - - run: npm publish --access public --tag ${{ github.event.release.target_commitish }} + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: git push