From 3eb4079d952fd8bc9937e89bdf37033a3a8c54dc Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 1 Oct 2021 11:54:43 -0400 Subject: [PATCH] Update release.yml --- .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 a5bb7c2f8..17ba98f78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: CI: true - name: Publish - run: npm publish + run: npm publish --tag next env: CI: true NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}