We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8741471 commit 833358bCopy full SHA for 833358b
1 file changed
.github/workflows/build.yml
@@ -636,6 +636,7 @@ jobs:
636
- name: Release `create-node-llama-cpp` module
637
if: steps.set-npm-url.outputs.npm-url != ''
638
env:
639
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
640
GH_RELEASE_REF: ${{ github.ref }}
641
run: |
642
cd packages/create-node-llama-cpp
0 commit comments