Skip to content

Commit 267f9ae

Browse files
authored
Change from heads to tags
1 parent 77a5352 commit 267f9ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java-version: '12.x'
1616
- uses: mikefarah/yq@3.3.0
1717
with:
18-
cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/heads/}"
18+
cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/tags/}"
1919
- uses: subosito/flutter-action@v1
2020
with:
2121
flutter-version: '1.17.1'

0 commit comments

Comments
 (0)