Skip to content

Commit

Permalink
s/tag/release/
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesgm committed Mar 16, 2024
1 parent 62f845c commit 59644b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: |
export RPC_URL=$(echo $deployer_config | jq -r ".$network.rpc_url")
export DEPLOYER_PK=$(echo $deployer_config | jq -r ".$network.deployer_pk")
script/deploy-release.sh $tag
script/deploy-release.sh $release
env:
deployer_config: ${{ secrets.deployer_config }}
network: ${{ inputs.network }}
tag: ${{ inputs.tag }}
release: ${{ inputs.release }}

0 comments on commit 59644b5

Please sign in to comment.