Skip to content

Commit 8f0333b

Browse files
authored
ci: always push back changes (#514)
* ci: always push back changes after publish
1 parent 2836eb9 commit 8f0333b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
echo $CREDENTIALS_JSON > $XDG_CONFIG_HOME/dart/pub-credentials.json
3434
- run: melos publish --yes --dry-run --ignore="*pokemon*"
3535
- run: melos publish --yes --no-dry-run --ignore="*pokemon*"
36+
continue-on-error: true
3637
- name: Push back version bumps
3738
uses: ad-m/github-push-action@master
3839
with:

0 commit comments

Comments
 (0)