Skip to content

Commit

Permalink
ci: Run whoami to ensure login state
Browse files Browse the repository at this point in the history
  • Loading branch information
noClaps committed Dec 30, 2024
1 parent 7904c91 commit 46fbcee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
name: highlight-${{ matrix.versions.target }}
path: dist/
- run: bun pm whoami
env:
BUN_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: bun publish
working-directory: packages/${{ matrix.versions.out_dir }}/
env:
Expand Down

0 comments on commit 46fbcee

Please sign in to comment.