Update .gitea/workflows/deploy-namada.yml
This commit is contained in:
parent
598ad8bd1c
commit
b9da3cf0b5
@ -40,5 +40,6 @@ jobs:
|
|||||||
if: needs.check-latest.outputs.run_workflow == 'true'
|
if: needs.check-latest.outputs.run_workflow == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: deploy
|
||||||
- run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}"
|
run: |
|
||||||
|
echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}"
|
Loading…
Reference in New Issue
Block a user