mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 16:21:50 +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
|
cd master
|
||||||
./.github/scripts/create-repo.sh
|
./.github/scripts/create-repo.sh
|
||||||
|
|
||||||
- uses: AButler/upload-release-assets@v2.0
|
- name: Upload Release
|
||||||
if: "startsWith(github.event.head_commit.message, '[RELEASE CI]')"
|
uses: AButler/upload-release-assets@v2.0
|
||||||
with:
|
if: "startsWith(github.event.head_commit.message, '[RELEASE CI]')"
|
||||||
files: 'repo/*'
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
files: 'repo/*'
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Create Release
|
# - name: Create Release
|
||||||
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' && startsWith(github.event.head_commit.message, '[RELEASE CI]')
|
# 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