Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeaster committed May 2, 2023
1 parent f6cfe50 commit f3ff8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
- name: Check gas snapshots
run: forge snapshot --tolerance 5 --check # Allow 5% deviation in gas snapshot

- run: rm pnpm-lock.yaml

- name: Run Slither
uses: crytic/[email protected]
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Publish contracts to NPM registry
on:
# push:
release:
types: [created]
jobs:
Expand All @@ -20,7 +19,6 @@ jobs:
with:
version: 8.2.0

# TODO: Remove '--no-git-checks'
- run: pnpm publish --access public --no-git-checks
- run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit f3ff8a4

Please sign in to comment.