diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 84136de..f924464 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,22 +7,4 @@ on: jobs: build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Get the version - id: get_version - if: startsWith(github.ref, 'refs/tags/') - run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - - - name: Release - uses: softprops/action-gh-release@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - tag_name: ${{ github.ref }} - name: Release ${{ steps.get_version.outputs.VERSION }} - draft: false - prerelease: false - generate_release_notes: true \ No newline at end of file + uses: friendsofhyperf/.github/.github/workflows/release.yaml@main \ No newline at end of file