diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87bd4a6..c5d8c76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,19 +1,16 @@ name: Release on: - workflow_run: - workflows: ["Go Check"] - types: - - completed - branches: - - master + push: + tags: + - v* jobs: release: - + runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} - + steps: - name: Checkout code uses: actions/checkout@v4