[RELEASE CI] test new release

This commit is contained in:
Aria Moradi 2021-02-13 13:21:13 +03:30
parent 2364f10d8d
commit c80d344046

View File

@ -74,7 +74,7 @@ jobs:
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: 'master/repo/*'
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: 'v.0.2.0' release-tag: 'v.0.2.0'