We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683aad7 commit 3517decCopy full SHA for 3517dec
1 file changed
.github/workflows/releases.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- name: Get the version
27
id: get_version
28
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
29
30
- name: Set up Go
31
uses: actions/setup-go@v3
0 commit comments