diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b93bfd1..35bb6cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,15 +9,6 @@ on: description: "Target tag to release/publish" required: true type: string - job: - description: "Choose job to run" - required: true - default: 'both' - type: choice - options: - - both - - release - - publish env: PGO_FILE: "default.pgo" @@ -28,16 +19,6 @@ jobs: runs-on: ubuntu-latest container: image: ghcr.io/goreleaser/goreleaser-cross:latest - if: > - ( - github.event_name == 'push' || - ( - github.event_name == 'workflow_dispatch' && - ( - inputs.job == 'release' || inputs.job == 'both' - ) - ) - ) steps: - uses: actions/checkout@master with: