diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index bddc3cc..f639e50 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -19,7 +19,7 @@ jobs: id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - release-type: simple + release-type: go outputs: release_created: ${{ steps.release.outputs.release_created }}