diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb30105..5f60cd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,27 +10,6 @@ on: jobs: release: - runs-on: ubuntu-latest + uses: ShipSoft/.github/.github/workflows/release.yml@main permissions: contents: write - steps: - - name: Checkout - uses: actions/checkout@v6 - with: - fetch-depth: 0 - - - name: Generate release notes - id: cliff - uses: orhun/git-cliff-action@v4 - with: - config: cliff.toml - args: --latest --strip header --tag ${{ github.ref_name }} - - - name: Create GitHub Release - uses: softprops/action-gh-release@v3 - with: - tag_name: ${{ github.ref_name }} - name: ${{ github.ref_name }} - body_path: ${{ steps.cliff.outputs.changelog }} - draft: false - prerelease: false