diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b9dc0..ac2c293 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Create Release if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.16.0 with: allowUpdates: true draft: false