diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 65ebf85..a1d9b49 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -238,7 +238,7 @@ jobs: id: vars run: echo "TAG=${GITHUB_REF#refs/*/}" >> ${GITHUB_ENV} - name: Create prerelease - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: prerelease env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}