diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 2ffc46c..949f3ea 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -21,7 +21,6 @@ jobs: runs-on: ubuntu-latest # Only run if the upstream workflow succeeded if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }} - environment: prod steps: - name: Checkout code