diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index 97212e7..cf0cb79 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -27,7 +27,7 @@ jobs: DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} DRY_RUN: true - name: Create release - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: RELEASE_TAG: ${{ steps.version.outputs.new_tag }} with: