Skip to content

Commit 87914b2

Browse files
jongwooojvalkeal
authored andcommitted
Replace deprecated command with environment file
Signed-off-by: jongwooo <[email protected]>
1 parent 75b8a0c commit 87914b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-ga.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
PROJECT_VERSION: ${{ env.PROJECT_VERSION }}
6767
run: |
68-
echo "::set-output name=project-version::$PROJECT_VERSION"
68+
echo "project-version=$PROJECT_VERSION" >> $GITHUB_OUTPUT
6969
7070
promote:
7171
runs-on: ubuntu-latest

.github/workflows/release-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
PROJECT_VERSION: ${{ env.PROJECT_VERSION }}
7272
run: |
73-
echo "::set-output name=project-version::$PROJECT_VERSION"
73+
echo "project-version=$PROJECT_VERSION" >> $GITHUB_OUTPUT
7474
7575
promote:
7676
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)