Skip to content

Commit 04dc154

Browse files
committed
fix(ci): remove duplicate version bumping
1 parent 7c2b1f1 commit 04dc154

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/pre-release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
ref: ${{ env.RELEASE_COMMIT }}
7272

73-
- name: Export release version
73+
- name: Bump and export release version
7474
id: release_version
7575
run: |
7676
RELEASE_VERSION="$(poetry version prerelease --short | head -n1 | tr -d '\n')"
@@ -88,12 +88,6 @@ jobs:
8888
env:
8989
RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION}}
9090

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-
9791
- name: Seal and upload
9892
id: seal_source_code
9993
uses: ./.github/actions/seal

0 commit comments

Comments
 (0)