diff options
| author | Dax Raad <[email protected]> | 2025-06-12 13:13:27 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-12 13:13:34 -0400 |
| commit | 2fa50190e597a48abdfb99a33fdfec59df7dc757 (patch) | |
| tree | 261bfcc3ac0922b1c8a3a847041361cc131b0d2d /.github/workflows | |
| parent | 662b6b125833ace803ef33040b1343a43bd30b60 (diff) | |
| download | opencode-2fa50190e597a48abdfb99a33fdfec59df7dc757.tar.gz opencode-2fa50190e597a48abdfb99a33fdfec59df7dc757.zip | |
skip nil values
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5c8b4a88..c6cbdef22 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,11 @@ jobs: with: bun-version: 1.2.16 + - name: Test npm auth + run: npm whoami + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - run: | bun install ./script/publish.ts |
