Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 31d0577

Browse files
committed
Remove output redirection for previous version in version bump workflow
1 parent 572a593 commit 31d0577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/enforce-version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Get previous version from default branch
2929
run: |
3030
PREV_VERSION=$(git show origin/main:Cargo.toml | grep '^version =' | head -n 1 | cut -d '"' -f 2)
31-
echo "prev_version=$PREV_VERSION" >> $GITHUB_ENV
31+
echo "prev_version=$PREV_VERSION"

0 commit comments

Comments
 (0)