Skip to content

Commit f0d0c4c

Browse files
committed
Revert "#1015 ci delete deprecated set output (#1273)"
This reverts commit 09036ab.
1 parent 09036ab commit f0d0c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: version
3030
run: |
3131
python -m pip install bump2version
32-
echo -n "next_tag={next_tag}" >> $GITHUB_OUTPUT
32+
echo -n $next_tag >> $GITHUB_OUTPUT
3333
bump2version --list ${{ github.event.inputs.versionName }} | grep new_version | sed -r s,"^.*=",,
3434
- name: Create pull request into prod
3535
uses: peter-evans/create-pull-request@v3

.github/workflows/release-helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: extract_version
3030
run: |
3131
python -m pip install bump2version
32-
echo -n "version={version}" >> $GITHUB_OUTPUT
32+
echo -n $version >> $GITHUB_OUTPUT
3333
bump2version --dry-run --list patch | grep ^current_version | sed -r s,"^.*=",,
3434
- name: Create Release
3535
id: create_release

0 commit comments

Comments
 (0)