Skip to content

Commit

Permalink
chore: releases link instead of changelog (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs authored Sep 4, 2024
1 parent 877b946 commit 63ed787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":ship::tada:*Infra (${{ inputs.environment }}) was updated to ${{ inputs.version }}.*\nTo see the latest changes, click <${{ github.server_url }}/${{ github.repository }}/blob/${{ inputs.version }}/CHANGELOG.md|here>."
"text": ":ship::tada:*Infra (${{ inputs.environment }}) was updated to <${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ inputs.version }}|${{ inputs.version }}>."
}
}
]
Expand Down

0 comments on commit 63ed787

Please sign in to comment.