[RELEASE CI] test new release

This commit is contained in:
Aria Moradi 2021-02-13 12:55:57 +03:30
parent 0d2c54a5ed
commit 8d95701e8e

View File

@ -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 }}