fix ci: release (#5037)

This commit is contained in:
Jirka Borovec 2020-12-09 11:53:22 +01:00 committed by GitHub
parent e2c404bad2
commit 6a99d95d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
ls -lh dist/
- name: Upload to release
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}