Skip to content

Commit

Permalink
Fix slack channel for packages release notification (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Nov 6, 2024
1 parent 3512400 commit e3e807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: rtCamp/action-slack-notify@v2
if: steps.changesets.outputs.published == 'true'
env:
slack_channel: helixbox-ui
SLACK_CHANNEL: helixbox-ui
SLACK_COLOR: ${{ job.status }}
SLACK_ICON: https://avatars.githubusercontent.com/u/51163350?s=48&v=4
SLACK_MESSAGE: ${{ steps.changesets.outputs.publishedPackages }}
Expand Down

0 comments on commit e3e807f

Please sign in to comment.