Skip to content

Commit b2a2c0e

Browse files
authored
Remove get_old_version step from release build (#3277)
PR #3275 removed the usage of this, but didn't remove the step itself, so I'm removing it. If I search for `get_old_version` in `release.yml` now, it doesn't find anything, so I'm pretty confident there are no dangling references.
1 parent dadded2 commit b2a2c0e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

-5
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ jobs:
125125
126126
- name: Setup Base Environment
127127
uses: ./actions/setup-base-env
128-
- name: Get old version
129-
id: get_old_version
130-
shell: bash
131-
run: |
132-
echo "version=$(python build/versionutils.py gradle.properties)" >> "$GITHUB_OUTPUT"
133128
# Push a version bump back to main. There are failure scenarios that can result
134129
# in published artifacts but an erroneous build, so it's safer to bump the version
135130
# at the beginning

0 commit comments

Comments
 (0)