There was an error while loading. Please reload this page.
1 parent 9caa0ea commit ed30f9aCopy full SHA for ed30f9a
1 file changed
.github/workflows/npm-publish.yml
@@ -11,7 +11,9 @@ jobs:
11
test:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2
15
+ with:
16
+ ref: ${{ github.event.release.target_commitish }}
17
- uses: actions/setup-node@v1
18
with:
19
node-version: 12
@@ -37,6 +39,6 @@ jobs:
37
39
env:
38
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
- run: yarn build
- - run: yarn publish --tag ${{ github.event.release.target_commitish }}
42
+ - run: yarn publish
43
44
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments