Skip to content

Commit

Permalink
workflow: remove json comma 🤬
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Apr 16, 2022
1 parent b7fb13e commit f96c048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
payload: |
{
"publish_label": "Canary Packages 🦜",
"publish_status": "${{ env.PUBLISH_STATUS }}",
"publish_status": "${{ env.PUBLISH_STATUS }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_PACKAGE_PUBLISHING }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
payload: |
{
"publish_label": "RC Packages 🦜",
"publish_status": "${{ env.PUBLISH_STATUS }}",
"publish_status": "${{ env.PUBLISH_STATUS }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_PACKAGE_PUBLISHING }}

0 comments on commit f96c048

Please sign in to comment.