diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec07fea..1292da0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: if: steps.semantic.outputs.new_release_published == 'true' env: NEXT_RELEASE_VERSION: ${{ steps.semantic.outputs.new_release_version }} - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.21.0 with: prerelease: true name: ${{ env.RELEASE_NAME }}-v${{ env.NEXT_RELEASE_VERSION }}