We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2836eb9 commit 8f0333bCopy full SHA for 8f0333b
.github/workflows/publish.yml
@@ -33,6 +33,7 @@ jobs:
33
echo $CREDENTIALS_JSON > $XDG_CONFIG_HOME/dart/pub-credentials.json
34
- run: melos publish --yes --dry-run --ignore="*pokemon*"
35
- run: melos publish --yes --no-dry-run --ignore="*pokemon*"
36
+ continue-on-error: true
37
- name: Push back version bumps
38
uses: ad-m/github-push-action@master
39
with:
0 commit comments