Skip to content

Commit

Permalink
Better Release
Browse files Browse the repository at this point in the history
This patch adds verification to the release to try to make verification easier, even if it's submitted manually.
  • Loading branch information
hayesgm committed Mar 16, 2024
1 parent 1a7fa52 commit 8210014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Prepare Release
run: |
export RPC_URL=$(echo $deployer_config | jq ".$network.rpc_url")
export CODE_JAR=$(echo $deployer_config | jq ".$network.code_jar")
export RPC_URL=$(echo $deployer_config | jq -r ".$network.rpc_url")
export CODE_JAR=$(echo $deployer_config | jq -r ".$network.code_jar")
script/prepare-release.sh
env:
deployer_config: ${{ secrets.deployer_config }}
Expand Down
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ fs_permissions = [
{ access = "read", path = "./.release-tmp"}
]

bytecode_hash = "none"
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit 8210014

Please sign in to comment.