We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2b1f1 commit 04dc154Copy full SHA for 04dc154
.github/workflows/pre-release.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
ref: ${{ env.RELEASE_COMMIT }}
72
73
- - name: Export release version
+ - name: Bump and export release version
74
id: release_version
75
run: |
76
RELEASE_VERSION="$(poetry version prerelease --short | head -n1 | tr -d '\n')"
@@ -88,12 +88,6 @@ jobs:
88
env:
89
RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION}}
90
91
- - name: Bump package version
92
- id: versioning
93
- run: poetry version "${RELEASE_VERSION}"
94
- env:
95
- RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION}}
96
-
97
- name: Seal and upload
98
id: seal_source_code
99
uses: ./.github/actions/seal
0 commit comments