diff --git a/.github/workflows/screener-build.yml b/.github/workflows/screener-build.yml index d6e3a649e6a6c..bf1a4df9db43e 100644 --- a/.github/workflows/screener-build.yml +++ b/.github/workflows/screener-build.yml @@ -94,6 +94,10 @@ jobs: echo "$line" >> $GITHUB_ENV done < "$input_file" + - name: Delete environment file + run: | + rm environment + - uses: actions/setup-node@v3 with: node-version: 14.18.1 @@ -158,6 +162,10 @@ jobs: echo "$line" >> $GITHUB_ENV done < "$input_file" + - name: Delete environment file + run: | + rm environment + - uses: actions/setup-node@v3 with: node-version: 14.18.1 @@ -220,6 +228,10 @@ jobs: echo "$line" >> $GITHUB_ENV done < "$input_file" + - name: Delete environment file + run: | + rm environment + - uses: actions/setup-node@v3 with: node-version: 14.18.1