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