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 b9f129a commit 127c0b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deposits_data_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
deploy:
name: Deployment
runs-on: ubuntu-latest
outputs:
tag: ${{steps.latest_tag.outputs.tag}}

steps:
# Ref: https://github.com/actions/checkout/issues/1471#issuecomment-1771231294
Expand Down Expand Up @@ -75,5 +77,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.latest_tag }}`. Triggered by `${{ github.actor }}`."
message: "deploy service `GC Deposit UI - Update Deposits data` based on version `${{ needs.deploy.outputs.tag }}`. Triggered by `${{ github.actor }}`."

0 comments on commit 127c0b2

Please sign in to comment.