Skip to content

Commit

Permalink
Change from heads to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkfish authored May 31, 2020
1 parent 77a5352 commit 267f9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
java-version: '12.x'
- uses: mikefarah/[email protected]
with:
cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/heads/}"
cmd: yq w -i pubspec.yaml 'version' "${GITHUB_REF#refs/tags/}"
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.17.1'
Expand Down

0 comments on commit 267f9ae

Please sign in to comment.