diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f555506..458ccbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,6 @@ permissions: jobs: release: - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v3 - with: - release-type: simple - # if we are not at v1.0.0 yet, breaking changes do not need to add a new major version - bump-minor-pre-major: true - pull-request-title-pattern: "chore: ${scope} release${component} ${version}" + uses: VU-ASE/actions/.github/workflows/release.yaml@main + secrets: + release_please_token: ${{ secrets.RELEASE_PLEASE_TOKEN }}