Skip to content

Commit 93bc82b

Browse files
authored
Merge pull request #600 from nipy/github-output
Set action step outputs via $GITHUB_OUTPUT
2 parents 0a41377 + 9adfc47 commit 93bc82b

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
@@ -28,7 +28,7 @@ jobs:
2828
id: auto-version
2929
run: |
3030
version="$(~/auto version)"
31-
echo "::set-output name=version::$version"
31+
echo "version=$version" >> "$GITHUB_OUTPUT"
3232
env:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434

0 commit comments

Comments
 (0)