mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update bun-dependenies-build.yml
This commit is contained in:
4
.github/workflows/bun-dependenies-build.yml
vendored
4
.github/workflows/bun-dependenies-build.yml
vendored
@@ -106,7 +106,7 @@ jobs:
|
||||
- name: Publish to npm
|
||||
if: github.ref != 'refs/heads/main'
|
||||
env:
|
||||
NPM_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
|
||||
NODE_AUTH_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd ${{runner.temp}}/dependencies
|
||||
@@ -114,7 +114,7 @@ jobs:
|
||||
- name: Publish to npm
|
||||
if: github.ref == 'refs/heads/main'
|
||||
env:
|
||||
NPM_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
|
||||
NODE_AUTH_TOKEN: ${{secrets.BUN_DEPENDENCIES_NPM_TOKEN}}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd ${{runner.temp}}/dependencies
|
||||
|
||||
Reference in New Issue
Block a user