Skip to content

Commit b87afec

Browse files
author
Pascal van Buijtene
committed
Stop using deprecated way of setting output
1 parent 2d6eacd commit b87afec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
- name: Get the version
1414
id: get_version
15-
run: echo ::set-output name=version::${GITHUB_REF:15}
15+
run: echo "version=${GITHUB_REF:15}" >> $GITHUB_OUTPUT
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:

0 commit comments

Comments
 (0)