Skip to content

Commit

Permalink
ci: explicitly provide tag name to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Oct 11, 2024
1 parent 8ff1581 commit 3aeed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
uses: softprops/action-gh-release@v2
with:
body_path: _changelog.md
name: ${{ env.REVISION }}
files: ./dist/*
tag_name: ${{ env.REVISION }}

- name: Publish package to PyPI
if: env.PREVIOUS_REVISION != env.REVISION
Expand Down

0 comments on commit 3aeed60

Please sign in to comment.