Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Aug 30, 2022
1 parent f5d6e25 commit 23d2a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ install:
deploy:
provider: script
skip_cleanup: true
script: dart format ./lib/ && pub publish -f
script: dart format ./lib/ && dart pub publish -f
on:
tags: true

0 comments on commit 23d2a2a

Please sign in to comment.