Use new github action syntax

This commit is contained in:
Mike Farah 2022-11-14 17:35:52 +11:00
parent b55381f34e
commit 67864ffdab

View File

@ -16,7 +16,7 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
run: echo "VERSION=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}"
- name: Update snapcraft version file
env: