File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 88 run-release-script :
99 runs-on : ubuntu-latest
1010 timeout-minutes : 5
11- defaults :
12- run :
13- working-directory :
1411 steps :
1512 - name : Checkout code
1613 uses : actions/checkout@v4
2219
2320 - name : Publish to npm
2421 id : publish
25- run : npx --yes needle-publish-helper@next publish "." --webhook "${{ secrets.WEBHOOK_URL }}" --registry https://packages.needle.tools --access-token "${{ secrets.NPM_TOKEN }}" --create-tag release/ --llm-api-key "${{ secrets.LLM_API_KEY }}"
22+ run : npx --yes needle-publish-helper@next publish "." --webhook "${{ secrets.WEBHOOK_URL }}" --registry https://packages.needle.tools --access-token "${{ secrets.NPM_TOKEN }}" --create-tag release/ --llm-api-key "${{ secrets.LLM_API_KEY }}"
You can’t perform that action at this time.
0 commit comments