From c2067ac121a21b76d4c8a9491e1a4ff0c4495680 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Sat, 16 Jul 2022 18:06:36 +0800 Subject: [PATCH] chore: revert --- .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 556d59d94f..1b38c341d5 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: 'master' + ref: ${{ github.ref }} - name: NPM Setup and Publish with 16.15.0 # Setup .npmrc file to publish to npm uses: actions/setup-node@v2