diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index d4886d84f6..27ddd3d657 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -54,7 +54,7 @@ jobs: flutter pub get flutter pub run build_runner build --delete-conflicting-outputs flutter build web --release --verbose --source-maps --base-href="/${GITHUB_REPOSITORY##*/}/$FOLDER/" - cp config.sample.json ./build/web/config.json + yq '.issue_id = env(FOLDER)' config.sample.json > ./build/web/config.json - name: Configure environments id: configure