Skip to content

Commit a739ad2

Browse files
authored
fix: use updated output syntax (#2603)
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 6c3815e commit a739ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
exit 1
3737
- id: set-version-branch
3838
name: Set version_branch if matched
39-
run: echo "::set-output name=version_branch::$tmp_version_branch"
39+
run: echo "version_branch=${{env.tmp_version_branch}}" >> $GITHUB_OUTPUT
4040

4141
release-sdk:
4242
needs: prepare-release

0 commit comments

Comments
 (0)