We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3815e commit a739ad2Copy full SHA for a739ad2
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
exit 1
37
- id: set-version-branch
38
name: Set version_branch if matched
39
- run: echo "::set-output name=version_branch::$tmp_version_branch"
+ run: echo "version_branch=${{env.tmp_version_branch}}" >> $GITHUB_OUTPUT
40
41
release-sdk:
42
needs: prepare-release
0 commit comments