Skip to content

Commit

Permalink
Address deprecation warning in GitHub Actions (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed May 22, 2023
1 parent 1c9a5e1 commit f0f00a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ jobs:

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

- name: Update version
run: |
Expand Down

0 comments on commit f0f00a6

Please sign in to comment.