Skip to content

Commit 26c2cd2

Browse files
authored
Update CI.yml
1 parent 8bea746 commit 26c2cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
- uses: actions/setup-node@v4
198198
- run: |
199199
npm init --init-module testproject -y
200-
npm pkg set dependencies.zeromq='${{ github.repositoryUrl }}#refs/${{ github.ref }}'
200+
npm pkg set dependencies.zeromq='${{ github.repositoryUrl }}#${{ github.ref }}'
201201
202202
- if: ${{ matrix.pm == 'npm' }}
203203
run: |

0 commit comments

Comments
 (0)