We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d7205 commit dcb10a3Copy full SHA for dcb10a3
1 file changed
.github/workflows/npm-publish.yml
@@ -32,6 +32,8 @@ jobs:
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v2
35
+ with:
36
+ ref: ${{ github.event.release.target_commitish }}
37
- uses: actions/setup-node@v2
38
with:
39
node-version: 16
0 commit comments