Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 68b5d07

Browse files
author
Franco Arza
committed
fix push task
1 parent 1e482f4 commit 68b5d07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
56+
with:
57+
ref: ${{ github.event.release.target_commitish }}
5658
- uses: actions/setup-node@v1
5759
with:
5860
node-version: 12

0 commit comments

Comments
 (0)