Skip to content

Commit

Permalink
Fix version tag not bein notified
Browse files Browse the repository at this point in the history
  • Loading branch information
gMonty030 committed Jun 24, 2024
1 parent bf45da2 commit b9f129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deposits_data_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
environment: Production
service: GC Deposit UI - Update Deposits
success: ${{ contains(join(needs.*.result, ','), 'success') }}
message: "deploy service `GC Deposit UI - Update Deposits data` based on version `${{ needs.deploy.outputs.tag }}`. Triggered by `${{ github.actor }}`."
message: "deploy service `GC Deposit UI - Update Deposits data` based on version `${{ needs.deploy.outputs.latest_tag }}`. Triggered by `${{ github.actor }}`."

0 comments on commit b9f129a

Please sign in to comment.