diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07bfed6..2a6f637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: - name: Create release id: create_release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: body: ${{ steps.build_changelog.outputs.changelog }} name: Release ${{ inputs.docker-image-version }}