Skip to content

Commit 267f9ae

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java-version: '12.x'
1616
- uses: mikefarah/[email protected]
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)