Skip to content

Commit

Permalink
chore: リリース用 GitHub Actions における利用ライブラリ更新に追従 (#5151)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr authored Nov 29, 2024
1 parent e78ed4c commit da64c08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ jobs:
- name: Send message to Slack
uses: slackapi/[email protected]
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
payload: |
{
"text": "<!subteam^S01RJL6PHJ8> npm publish が完了しました。Release Pull Request を手動でマージしたらリリース完了です。"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
text: "<!subteam^S01RJL6PHJ8> npm publish が完了しました。Release Pull Request を手動でマージしたらリリース完了です。"
9 changes: 5 additions & 4 deletions .github/workflows/startRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
if: ${{ github.event.client_payload.channel_id != null }}
uses: slackapi/[email protected]
with:
channel-id: ${{ github.event.client_payload.channel_id }}
payload: ${{ github.event.client_payload.say }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: ${{ github.event.client_payload.channel_id }}
text: ${{ github.event.client_payload.say }}

0 comments on commit da64c08

Please sign in to comment.