1 parent 77a5352 commit 267f9aeCopy full SHA for 267f9ae
1 file changed
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
java-version: '12.x'
16
- uses: mikefarah/yq@3.3.0
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