We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf569b commit 9e8a28eCopy full SHA for 9e8a28e
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
brew install ldid make fakeroot
24
echo "THEOS=${GITHUB_WORKSPACE}/theos" >> "${GITHUB_ENV}"
25
echo "PATH=/usr/local/opt/make/libexec/gnubin:${PATH}" >> "${GITHUB_ENV}"
26
- echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
+ echo "version=${GITHUB_REF#refs/tags/}" >> "${GITHUB_OUTPUT}"
27
- name: Install Theos
28
uses: actions/checkout@v4
29
with:
0 commit comments