fix ci: release (#5037)
This commit is contained in:
parent
e2c404bad2
commit
6a99d95d60
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue