Skip to content

Commit

Permalink
ci: checkout git tag for flutter to be able to publish (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 authored Sep 19, 2024
1 parent 9a64ca0 commit 7acd230
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"npx auto-changelog -v ${version} -c .auto-changelog",
"flutter pub publish --to-archive abrevva_${version}.tgz"
],
"before:github:release": "flutter pub publish --force"
"after:version:afterRelease": [
"git checkout refs/tags/${version}",
"flutter pub publish --force"
]
},
"npm": {
"skipChecks": true,
Expand Down

0 comments on commit 7acd230

Please sign in to comment.