Skip to content

Commit

Permalink
Fix slack error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Jan 3, 2024
1 parent 11fd312 commit e599905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":red-x: Error publishing *${{ steps.package-name.outputs.NPM_PACKAGE_NAME }}* to NPM"
"text": ":red-x: Error publishing *${{ inputs.package }}* to NPM"
}
},
{
Expand Down

0 comments on commit e599905

Please sign in to comment.