From f3412a8465321b8446c4b479e5cea81455e7de4e Mon Sep 17 00:00:00 2001 From: Tom Ross Date: Thu, 17 Mar 2022 16:01:28 +0000 Subject: [PATCH] go --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02e5cf7d8..aec69a5cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # publish - name: release - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}