diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e41baaa..714ecfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: shell: bash run: | echo "using version tag ${GITHUB_REF:10}" - echo ::set-output name=version::"${GITHUB_REF:10}" + echo "version=${GITHUB_REF:10}" >> $GITHUB_OUTPUT - name: Install tools (Linux) if: matrix.build == 'linux' run: | @@ -120,7 +120,7 @@ jobs: shell: bash run: | echo "using version tag ${GITHUB_REF:10}" - echo ::set-output name=version::"${GITHUB_REF:10}" + echo "version=${GITHUB_REF:10}" >> $GITHUB_OUTPUT - name: Create Release id: create_release uses: actions/create-release@v1