Skip to content

Commit

Permalink
fix: update notification action
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Oct 28, 2024
1 parent 5afaf21 commit e9152c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
NEXT_VERSION: ${{ env.NEXT_VERSION }}
PYPI_URL: ${{ env.PYPI_URL }}
run: |
curl -X POST $WEBHOOK_URL \
curl -v -X POST $WEBHOOK_URL \
-H "Content-Type: application/json" \
-d '{
"msg_type": "interactive",
Expand Down

0 comments on commit e9152c9

Please sign in to comment.