Skip to content

Commit e7761e1

Browse files
committed
fix
1 parent 92e6ca1 commit e7761e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-errors.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
working-directory: contracts/internal/host-chain
2727
run: npm install
2828

29-
- run: |
30-
NODE_AUTH_TOKEN="" npm publish
29+
- name: Clear NODE_AUTH_TOKEN
30+
run: |
31+
NODE_AUTH_TOKEN=""
3132
3233
- name: Extract errors and publish to NPM
3334
uses: roeezolantz/solidity-error-identifier-action@master

0 commit comments

Comments
 (0)