GitHub Actions: Deprecating save-state and set-output commands (#2295)

This commit is contained in:
lifenjoiner 2023-02-03 23:24:32 +08:00 committed by GitHub
parent 683aad75da
commit 3517dec376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@v3