We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6337aa4 commit 333abb4Copy full SHA for 333abb4
1 file changed
.github/workflows/debugbuild.yml
@@ -484,6 +484,7 @@ jobs:
484
- name: Generate deployment manifest
485
run: |
486
VERSION=$(grep '^version:' pubspec.yaml | sed 's/version: //' | tr -d ' ' || echo "1.0.0")
487
+ FLAVOR="${{ github.ref_name }}"
488
489
cat > release/manifest.json << EOF
490
{
0 commit comments