Skip to content

Commit

Permalink
update messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Aug 24, 2023
1 parent a804f68 commit c964342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
uses: slackapi/[email protected]
with:
channel-id: "C02NUQ27G56"
slack-message: ${{ env.PUBLISHED == 'true' && 'Packages have been published' || 'Publishing failed' }}
slack-message: ${{ env.PUBLISHED == 'true' && 'Legacy packages have been published' || 'Legacy Publishing failed' }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit c964342

Please sign in to comment.