[eric] ci: fix invalid flow-mapping env in release workflows (0-job parse failure)

This commit is contained in:
ciregenz
2026-05-29 13:05:00 -07:00
parent 90bd4e2372
commit 96f647c851
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ jobs:
- uses: actions/setup-node@v4
with: { node-version: '20.18.1' }
- name: Fetch latest preflight-tunings from dogfood
env: { GH_TOKEN: ${{ github.token }} }
env:
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
set -e
+2 -1
View File
@@ -52,7 +52,8 @@ jobs:
- uses: actions/setup-node@v4
with: { node-version: '20.18.1' }
- name: Fetch latest preflight-tunings from dogfood
env: { GH_TOKEN: ${{ github.token }} }
env:
GH_TOKEN: ${{ github.token }}
shell: bash
run: |
set -e