[RELEASE CI] test new release

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

View File

@ -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]')