We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e97307 commit e74e3dfCopy full SHA for e74e3df
1 file changed
.github/workflows/release.yaml
@@ -39,10 +39,4 @@ jobs:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
VERSION: ${{ env.VERSION }}
41
COMMIT: ${{ env.COMMIT }}
42
- BUILD_DATE: ${{ env.BUILD_DATE }}
43
- - name: Discord Notification
44
- if: success()
45
- run: |
46
- curl -X POST ${{ secrets.DISCORD_WEBHOOK_URL }} \
47
- -H "Content-Type: application/json" \
48
- -d '{"content": "✅ **CLIProxyAPIPlus** Build Complete!\n\n**Version:** '${{ env.VERSION }}'\n**Commit:** '${{ env.COMMIT }}'\n**Build Date:** '${{ env.BUILD_DATE }}'\n\n🔗 [Release](https://github.com/'${{ github.repository }}'/releases/tag/'${{ env.VERSION }}')"}'
+ BUILD_DATE: ${{ env.BUILD_DATE }}
0 commit comments