We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f80d34 commit 9efe39aCopy full SHA for 9efe39a
.github/workflows/release.yml
@@ -70,6 +70,10 @@ jobs:
70
needs: publish_bcr
71
runs-on: ubuntu-latest
72
steps:
73
+ - name: Checkout
74
+ uses: actions/checkout@v5
75
+ with:
76
+ ref: ${{ github.tag_name || github.ref_name }}
77
- if: github.event_name == 'push' || github.event.inputs.publish_to_pypi
78
env:
79
# This special value tells pypi that the user identity is supplied within the token
0 commit comments