File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 id : get_tag_name
5454 run : |
5555 TAG="${GITHUB_REF##*/}"
56- echo ::set-output name= AVRDUDE_TAG:: v${TAG%%-*}
56+ echo " AVRDUDE_TAG= v${TAG%%-*}" >> $GITHUB_OUTPUT
5757
5858 # this repo should contain only the patches that could not be upstreamed and the release CI nothing else
5959 - name : Checkout avrdude-packing repository
@@ -197,7 +197,7 @@ jobs:
197197 run : |
198198 wget -q -P /tmp https://github.com/fsaintjacques/semver-tool/archive/3.2.0.zip
199199 unzip -p /tmp/3.2.0.zip semver-tool-3.2.0/src/semver >/tmp/semver && chmod +x /tmp/semver
200- if [[ "$(/tmp/semver get prerel "${GITHUB_REF/refs\/tags\//}")" ]]; then echo "::set-output name= IS_PRE:: true"; fi
200+ if [[ "$(/tmp/semver get prerel "${GITHUB_REF/refs\/tags\//}")" ]]; then echo "IS_PRE= true" >> $GITHUB_OUTPUT ; fi
201201
202202 - name : Generate package index entry
203203 run : |
You can’t perform that action at this time.
0 commit comments