Skip to content

Commit 3517dec

Browse files
authored
GitHub Actions: Deprecating save-state and set-output commands (#2295)
1 parent 683aad7 commit 3517dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Get the version
2727
id: get_version
28-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
28+
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
2929

3030
- name: Set up Go
3131
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)