Skip to content

Commit

Permalink
ci: fix tag in production deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
petarpeshev authored and mmpetarpeshev committed May 2, 2024
1 parent 2dff240 commit 342f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-docker-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: aeternity/ae-github-actions/argocd-deploy@v4
with:
git-sha: ${{ steps.git-sha.outputs.GIT_SHA }}
url-prefix: ${{ steps.release_tag.outputs.TAG }}}
url-prefix: ${{ steps.release_tag.outputs.TAG }}
env: ${{ env.ENV }}
app: ${{ env.APP }}

Expand Down

0 comments on commit 342f51e

Please sign in to comment.