diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 5f495c7b36..10a72c3c0f 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -5,10 +5,6 @@ on: branches: - 'v3.*' workflow_dispatch: - inputs: - commit: - description: Commit hash - required: true env: NODE_ENV: production @@ -22,9 +18,6 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - # On workflow dispatch, this evaluates to `''`, - # which is the default value for `ref` when not explicitly defined. - ref: ${{ github.event.inputs.commit }} fetch-depth: 0 submodules: true - name: Set up QEMU