From cb2c489e00f10e367ff49d1fabc2b301d3fb0c94 Mon Sep 17 00:00:00 2001 From: Wil Wilsman Date: Thu, 8 Apr 2021 18:27:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20beta=20release=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 443af54c..745a3e83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,6 @@ jobs: restore-keys: v1/${{ runner.os }}/node-12/ - run: yarn - run: yarn build - - run: npm publish --tag next + - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}