duh
Some checks failed
Check Latest Release / check-latest (push) Successful in 3s
Check Latest Release / main_workflow (push) Failing after 56s

This commit is contained in:
zramsay 2025-02-05 15:06:59 -05:00
parent beeff6cfa4
commit b376e0cb71

View File

@ -70,4 +70,4 @@ jobs:
- name: "Install jq"
run: sudo apt -y update && sudo apt -y install jq
- name: "Deploy Namada"
run: ./deploy.sh $TARGET_REPO ${{ needs.check-latest.outputs.latest_tag }}
run: ./deploy.sh ${{ env.TARGET_REPO }} ${{ needs.check-latest.outputs.latest_tag }}