From b9da3cf0b5826c8321547ef26570c87b509b6966 Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 5 Feb 2025 17:07:44 +0000 Subject: [PATCH] Update .gitea/workflows/deploy-namada.yml --- .gitea/workflows/deploy-namada.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-namada.yml b/.gitea/workflows/deploy-namada.yml index 37259da..6a77bca 100644 --- a/.gitea/workflows/deploy-namada.yml +++ b/.gitea/workflows/deploy-namada.yml @@ -40,5 +40,6 @@ jobs: if: needs.check-latest.outputs.run_workflow == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - run: echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}" \ No newline at end of file + - name: deploy + run: | + echo "New release detected: ${{ needs.check-latest.outputs.latest_tag }}" \ No newline at end of file