Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 20, 2024
1 parent 04fbc78 commit 8bea746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- uses: actions/setup-node@v4
- run: |
npm init --init-module testproject -y
npm pkg set dependencies.zeromq/"${{ github.repositoryUrl }}#refs/${{ github.ref }}"
npm pkg set dependencies.zeromq='${{ github.repositoryUrl }}#refs/${{ github.ref }}'
- if: ${{ matrix.pm == 'npm' }}
run: |
Expand Down

0 comments on commit 8bea746

Please sign in to comment.