mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
ci: fix notification workflow on release
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: on-publish
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [ publish-release ]
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
|
||||
jobs:
|
||||
on-publish:
|
||||
|
||||
@@ -168,7 +168,7 @@ jobs:
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
body: |
|
||||
${{ env.RELEASE_NOTES }}
|
||||
|
||||
Reference in New Issue
Block a user