diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index a445fbf..32ce85f 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -75,7 +75,7 @@ jobs: uses: actions/download-artifact@v4 - name: create-github-release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 with: allowUpdates: true artifacts: ${{ inputs.release-artifacts }}