We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a5352 commit 267f9aeCopy full SHA for 267f9ae
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
java-version: '12.x'
16
- uses: mikefarah/[email protected]
17
with:
18
- cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/heads/}"
+ cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/tags/}"
19
- uses: subosito/flutter-action@v1
20
21
flutter-version: '1.17.1'
0 commit comments