diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 87d1c1e..b51e0b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} - name: Create Release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: tag: ${{ steps.bump.outputs.version }} generateReleaseNotes: true