Skip to content

Commit

Permalink
Merge pull request #324 from LerianStudio/fix/MIDAZ-322
Browse files Browse the repository at this point in the history
fix/MIDAZ-322
  • Loading branch information
MartinezAvellan authored Nov 28, 2024
2 parents 7994e29 + de07047 commit 82f345f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,3 @@ jobs:
content: "||@everyone||"
footer_title: "Changelog"
footer_timestamp: true

- name: Notify Slack of New Release
uses: rtCamp/action-slack-notify@v2
if: '!github.event.release.prerelease'
env:
SLACK_CHANNEL: "#lerian-product-releases" # Channel of Slack
SLACK_COLOR: "#36a64f"
SLACK_ICON: ":rocket:"
SLACK_MESSAGE: "🎉 *Nova Release Publicada!* Versão: ${GITHUB_REF#refs/tags/} \n\n<https://github.com/${{ github.repository }}/releases/tag/${GITHUB_REF#refs/tags/}|Clique aqui para detalhes.>"
SLACK_TITLE: "Novo Release"
SLACK_USERNAME: "Release Bot"
SLACK_WEBHOOK: ${{ secrets.RELEASE_WEBHOOK_NOTIFICATION_URL }} # Webhook Release Notification

0 comments on commit 82f345f

Please sign in to comment.