We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fa1a5 commit a0a52d6Copy full SHA for a0a52d6
.github/workflows/stable.yml
@@ -50,7 +50,7 @@ jobs:
50
pip3 install --user toml
51
if python3 check_stable.py; then
52
echo "Stable tag missing; running all build steps"
53
- echo '::set-output name=BUILD::YES'
+ echo "BUILD=YES" >> $GITHUB_OUTPUT
54
else
55
echo "Stable tag found; skipping all build steps"
56
fi
@@ -159,7 +159,7 @@ jobs:
159
160
161
162
163
164
165
0 commit comments