diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5d8c76..808b42c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,9 +7,7 @@ on: jobs: release: - runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout code @@ -30,7 +28,6 @@ jobs: GIT_TAG=$TAG make clean build - name: Create release - if: startsWith(github.ref, 'refs/tags/v') uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -38,4 +35,3 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - name: Release ${{ github.ref }}