Skip to content

Commit f6b8676

Browse files
committed
Replace deprecated command
1 parent 52507de commit f6b8676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Get the version
1717
id: get_version
18-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
18+
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
1919
- uses: actions/checkout@v4
2020
with:
2121
submodules: recursive

0 commit comments

Comments
 (0)