mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-24 15:51:49 +01:00
[RELEASE CI] test new release
This commit is contained in:
parent
8d95701e8e
commit
d113311f4e
11
.github/workflows/build_publish.yml
vendored
11
.github/workflows/build_publish.yml
vendored
@ -70,11 +70,12 @@ jobs:
|
||||
cd master
|
||||
./.github/scripts/create-repo.sh
|
||||
|
||||
- uses: AButler/upload-release-assets@v2.0
|
||||
if: "startsWith(github.event.head_commit.message, '[RELEASE CI]')"
|
||||
with:
|
||||
files: 'repo/*'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload Release
|
||||
uses: AButler/upload-release-assets@v2.0
|
||||
if: "startsWith(github.event.head_commit.message, '[RELEASE CI]')"
|
||||
with:
|
||||
files: 'repo/*'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# - name: Create Release
|
||||
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' && startsWith(github.event.head_commit.message, '[RELEASE CI]')
|
||||
|
Loading…
Reference in New Issue
Block a user