Skip to content

Commit f5d2c2d

Browse files
authored
Fixing the version output from the prerelease step (#265)
1 parent b41dcbf commit f5d2c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fi
3131
SEM_VERSION=${TAG#v}
3232
TRIMMED_VERSION=${SEM_VERSION//-}
33-
echo "VERSION=${TRIMMED_VERSION}" >> $GITHUB_ENV
33+
echo "VERSION=${TRIMMED_VERSION}" >> $GITHUB_OUTPUT
3434
3535
- name: Checkout target repo
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)