Browse Source

chore: revert

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

2
.github/workflows/release-npm.yml

@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
ref: 'master' ref: ${{ github.ref }}
- name: NPM Setup and Publish with 16.15.0 - name: NPM Setup and Publish with 16.15.0
# Setup .npmrc file to publish to npm # Setup .npmrc file to publish to npm
uses: actions/setup-node@v2 uses: actions/setup-node@v2

Loading…
Cancel
Save