diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12d910c..5ff6074 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -141,7 +141,7 @@ jobs: INITIAL_VERSION: 0.0.0 DEFAULT_BRANCH: main - name: Create Github Release - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: tag: ${{ steps.versionbump.outputs.new_tag }} name: ${{ steps.versionbump.outputs.new_tag }}