Skip to content

Commit

Permalink
chore: fix github release action name
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Apr 13, 2022
1 parent 55d6b9b commit 3923177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pipenv run publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}

- name: Publish release to GitHub
uses: actions/create-[email protected]
uses: ncipollo/release-action@v1.10.0
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
Expand Down

0 comments on commit 3923177

Please sign in to comment.