Skip to content

Commit

Permalink
Fix ci upload release action
Browse files Browse the repository at this point in the history
  • Loading branch information
p4skal committed Mar 18, 2022
1 parent 8279d52 commit 7de2dd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
files: '*.tgz'
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref }}
- name: Upload Index to Release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 7de2dd9

Please sign in to comment.