diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5ec9b4..a011563 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1544,7 +1544,7 @@ jobs: steps: - name: Short SHA id: short-sha - run: echo "::set-output name=sha7::$(echo ${GITHUB_SHA} | cut -c1-7)" + run: echo "sha7=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_OUTPUT - name: Create Release id: create_release