From c2c17ae66810378fbad616964d80894794f1dad1 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 20 May 2022 15:27:49 -0400 Subject: [PATCH] build: publish to main --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04f4e8c22..1542f7d45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,5 +39,5 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} run: | npm install - npm publish --tag=latest-6 + npm publish