diff --git a/.github/workflows/snap-release.yml b/.github/workflows/snap-release.yml index 8a90926a..10078c74 100644 --- a/.github/workflows/snap-release.yml +++ b/.github/workflows/snap-release.yml @@ -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: