Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed Sep 4, 2023
1 parent a5dd377 commit 390ac00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
pnpm i --no-frozen-lockfile
- name: publish
run: |
env
npm run pub:only | tee log.txt
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- name: emit log
if: always()
run: |
cat ./emit-log.sh
./emit-log.sh
env:
TEST_TOKEN: test-token
Expand Down

0 comments on commit 390ac00

Please sign in to comment.