Skip to content

Commit

Permalink
Fix github release token. (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
matham authored Mar 26, 2022
1 parent 7334ebd commit 4635143
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ jobs:

- name: Upload to GitHub Releases
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/[email protected].5
uses: softprops/[email protected].14
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: dist/*
draft: false

- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 4635143

Please sign in to comment.