Skip to content

Commit

Permalink
Use string instead of converting to number
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Aug 30, 2023
1 parent 712f0d8 commit 641f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
yq '.issue_id = env(FOLDER)' config.sample.json > ./build/web/config.json
yq '.issue_id = strenv(FOLDER)' config.sample.json > ./build/web/config.json
- name: Configure environments
id: configure
Expand Down

0 comments on commit 641f46c

Please sign in to comment.