Skip to content

Commit f0f00a6

Browse files
authored
Address deprecation warning in GitHub Actions (#1968)
1 parent 1c9a5e1 commit f0f00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ jobs:
610610

611611
- name: Get version
612612
id: version
613-
run: echo "::set-output name=version::${GITHUB_REF##*/}"
613+
run: echo "version=${GITHUB_REF##*/}" | tee --append "$GITHUB_OUTPUT"
614614

615615
- name: Update version
616616
run: |

0 commit comments

Comments
 (0)