We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed651 commit 4aaf78dCopy full SHA for 4aaf78d
.github/workflows/publish.yml
@@ -59,4 +59,5 @@ jobs:
59
# Publishing...
60
- name: Publish to pub.dev
61
run: flutter pub publish -f
62
+ if: startsWith(github.ref, 'refs/tags/')
63
working-directory: 'packages/${{ steps.parse.outputs.result }}'
0 commit comments