mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 08:11:50 +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
|
||||
if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
|
||||
|
||||
run: |
|
||||
cd master
|
||||
./.github/scripts/create-repo.sh
|
||||
|
||||
- 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:
|
||||
files: 'repo/*'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user