We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52507de commit f6b8676Copy full SHA for f6b8676
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Get the version
17
id: get_version
18
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
19
- uses: actions/checkout@v4
20
with:
21
submodules: recursive
0 commit comments