Browse Source

fix: fetch the latest

pull/1968/head
Wing-Kam Wong 2 years ago
parent
commit
1ee02552fb
  1. 3
      .github/workflows/release-npm.yml

3
.github/workflows/release-npm.yml

@ -41,6 +41,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: NPM Setup and Publish with ${{ matrix.node-version }}
# Setup .npmrc file to publish to npm
uses: actions/setup-node@v2

Loading…
Cancel
Save