chore: Create a GitHub release using custom token to trigger deploy jobs
This commit is contained in:
parent
44e763c2c4
commit
eab1ca4f81
2
.github/workflows/new_tag_release.yaml
vendored
2
.github/workflows/new_tag_release.yaml
vendored
@ -304,7 +304,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Release ${{ steps.vars.outputs.date }}
|
name: Release ${{ steps.vars.outputs.date }}
|
||||||
body: ${{ steps.changelog.outputs.changelog }}
|
body: ${{ steps.changelog.outputs.changelog }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
artifacts/*
|
artifacts/*
|
||||||
artifacts/**/*.apk
|
artifacts/**/*.apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user