[RELEASE CI] test new release

This commit is contained in:
Aria Moradi 2021-02-13 14:39:16 +03:30
parent c228648bb6
commit fe6568b82c

View File

@ -80,14 +80,14 @@ jobs:
body: | body: |
Release body Release body
draft: false draft: false
prerelease: false prerelease: true
- name: Upload Release - name: Upload Release
uses: AButler/upload-release-assets@v2.0 uses: AButler/upload-release-assets@v2.0
with: with:
files: 'master/repo/*' files: 'master/repo/*'
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
# release-tag: ${{ github.ref }} release-tag: ${{ github.ref }}
# - name: Checkout repo branch # - name: Checkout repo branch
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk' # if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'