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 9076388 commit 046f47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -v -X POST $WEBHOOK_URL \
curl -v POST $WEBHOOK_URL \
-H "Content-Type: application/json" \
-d '{
"msg_type": "interactive",
Expand All @@ -199,7 +199,7 @@ jobs:
"tag": "div",
"text": {
"tag": "lark_md",
"content": "'"${{ env.RELEASE_NOTES }}${{ env.CHANGELOG }}Check it out now \ud83d\udc49\ud83c\udffb [v${{ env.NEXT_VERSION }}](${{ env.PYPI_URL }})"'"
"content": "'"${RELEASE_NOTES}${CHANGELOG}Check it out now \ud83d\udc49\ud83c\udffb [v${NEXT_VERSION}](${PYPI_URL})"'"
}
}
]
Expand Down

0 comments on commit 046f47a

Please sign in to comment.