Browse Source

fix: use master instead of github.ref

pull/2705/head
Wing-Kam Wong 2 years ago
parent
commit
8e35c510ab
  1. 2
      .github/workflows/release-npm.yml

2
.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

Loading…
Cancel
Save