diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1632940..fee4cc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.event.inputs.commit_ref }} - id: get_sha run: | - echo "::set-output name=sha::$(git rev-parse HEAD)" + echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT - uses: actions/github-script@v3 with: github-token: ${{ secrets.MOVE2KUBE_PATOKEN }}