Skip to content

Commit

Permalink
ci: tentative fix for set-output deprecation (#5584)
Browse files Browse the repository at this point in the history
* ci: tentative fix for set-output deprecation

* Update .github/workflows/internal-release.yml

Co-authored-by: monsieurtanuki <[email protected]>

---------

Co-authored-by: monsieurtanuki <[email protected]>
  • Loading branch information
teolemon and monsieurtanuki authored Nov 24, 2024
1 parent e5f7ff1 commit 81a8c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:

- name: Set output
id: set_output
run: echo "::set-output name=VERSION_NAME::${{ env.VERSION_NAME }}" && echo "::set-output name=VERSION_CODE::${{ env.VERSION_CODE }}"

run: echo "VERSION_CODE=${{ env.VERSION_CODE }}" >> $GITHUB_OUTPUT && echo "VERSION_NAME=${{ env.VERSION_NAME }}" >> $GITHUB_OUTPUT
android-release:
concurrency:
group: android-release
Expand Down

0 comments on commit 81a8c94

Please sign in to comment.