Skip to content

Commit

Permalink
chore: リリース用 GitHub Actions がコケていたので修正(再) (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr authored Dec 18, 2024
1 parent 85a29ec commit bf7c905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ jobs:
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger
payload: |
text: "<!subteam^S01RJL6PHJ8> npm publish が完了しました。Release Pull Request を手動でマージしたらリリース完了です。"
4 changes: 1 addition & 3 deletions .github/workflows/startRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,4 @@ jobs:
with:
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ github.event.client_payload.channel_id }}
text: ${{ github.event.client_payload.say }}
payload: ${{ github.event.client_payload.say }}

0 comments on commit bf7c905

Please sign in to comment.