Skip to content

Commit 4e16360

Browse files
committed
Migrate to latest step output API
1 parent 07b0ea1 commit 4e16360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
brew install ldid make fakeroot
2424
echo "THEOS=${GITHUB_WORKSPACE}/theos" >> "${GITHUB_ENV}"
2525
echo "PATH=/usr/local/opt/make/libexec/gnubin:${PATH}" >> "${GITHUB_ENV}"
26-
echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
26+
echo "version=${GITHUB_REF#refs/tags/}" >> "${GITHUB_OUTPUT}"
2727
- name: Install Theos
2828
uses: actions/checkout@v4
2929
with:

0 commit comments

Comments
 (0)