Skip to content

Commit 3dc4bc3

Browse files
committed
test
1 parent efb542c commit 3dc4bc3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-errors.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
working-directory: contracts/internal/host-chain
2727
run: npm install
2828

29+
- name: Clear NODE_AUTH_TOKEN
30+
run: |
31+
echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
32+
2933
- name: Extract errors and publish to NPM
3034
uses: roeezolantz/solidity-error-identifier-action@master
3135
env:

0 commit comments

Comments
 (0)