diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index c833ad018..0a6cd6759 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -61,7 +61,7 @@ jobs: - name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: tag: "${{ steps.bump-app-version.outputs.newVersion }}" generateReleaseNotes: true