We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb542c commit 3dc4bc3Copy full SHA for 3dc4bc3
1 file changed
.github/workflows/publish-errors.yml
@@ -26,6 +26,10 @@ jobs:
26
working-directory: contracts/internal/host-chain
27
run: npm install
28
29
+ - name: Clear NODE_AUTH_TOKEN
30
+ run: |
31
+ echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
32
+
33
- name: Extract errors and publish to NPM
34
uses: roeezolantz/solidity-error-identifier-action@master
35
env:
0 commit comments