Skip to content

Commit 267ccd3

Browse files
authored
build(rultor): remove publish command from script
1 parent 744aad8 commit 267ccd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.rultor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ release:
2424
script: |-
2525
sed -i "s/^\(version:\).*/\1 $tag/" pubspec.yaml
2626
sed -i "/\[[Uu]nreleased\]/a\\\n## [$tag] - $(date '+%F')" CHANGELOG.md
27-
mkdir -p ~/.pub-cache
28-
mv ../credentials.json ~/.pub-cache/credentials.json
29-
flutter pub publish -f
3027
git commit -am "version $tag"
3128
git checkout master
3229
git merge __rultor

0 commit comments

Comments
 (0)