Skip to content

Commit

Permalink
fix ci: release (Lightning-AI#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Dec 9, 2020
1 parent e2c404b commit 6a99d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6a99d95

Please sign in to comment.