Skip to content

Commit

Permalink
fixed update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-bisonai committed May 29, 2024
1 parent a05f462 commit 9dcf609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag+deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
image-update:
name: Update image tag
needs: [prepare, build]
needs: [prepare, build, update-package-json-version]
uses: ./.github/workflows/update.image-tag.yaml
with:
network: "baobab"
Expand All @@ -161,7 +161,7 @@ jobs:
tag_git_hash: ${{ needs.prepare.outputs.tag_git_hash }}
secrets:
PAT: ${{ secrets.PAT }}
if: ${{ update-package-json-version.outputs.success }}
if: ${{ success() }}

post-slack-tag-update-success:
name: Post slack message for tag update success
Expand Down

0 comments on commit 9dcf609

Please sign in to comment.