Skip to content

Commit

Permalink
ci(npm): try to peek into ci's env for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed May 14, 2024
1 parent cb23d59 commit d6d3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# make extra sure this publish wouldn’t break anything
- run: yarn run build check test

- run: cp internal/scripts/source/npmrc-template ./.npmrc
- run: cp internals/scripts/source/npmrc-template ./.npmrc

- name: publish
run: bun internals/scripts/source/publish.ts
Expand Down

0 comments on commit d6d3505

Please sign in to comment.