From 8e35c510ababa93d518e0ada3f4a95b6613647cb Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 16 Jul 2022 17:53:06 +0800 Subject: [PATCH] fix: use master instead of github.ref --- .github/workflows/release-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 1b38c341d5..556d59d94f 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - ref: ${{ github.ref }} + ref: 'master' - name: NPM Setup and Publish with 16.15.0 # Setup .npmrc file to publish to npm uses: actions/setup-node@v2