Skip to content

Commit

Permalink
infra: fix release workflow tagging (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 23, 2025
1 parent 82eb3cc commit b646238
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 @@ -51,7 +51,7 @@ jobs:
draft: false
generateReleaseNotes: true
tag: v${{ steps.check-version.outputs.version }}
commit: main
commit: ${{ github.sha }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit b646238

Please sign in to comment.