Skip to content

Commit efd0a2b

Browse files
beeme1mrABC2015
authored andcommitted
chore: move publishing step to a separate workflow (#41)
Signed-off-by: Michael Beemer <[email protected]>
1 parent dcb1fa9 commit efd0a2b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
release_tag_name: ${{ steps.release.outputs.tag_name }}
3434
upload_url: ${{ steps.release.outputs.upload_url }}
3535

36-
<<<<<<< HEAD
3736
# Publishing is handled in publish.yaml
38-
=======
3937
dart-release:
4038
needs: release-please
4139
if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}
@@ -51,4 +49,5 @@ jobs:
5149
run: dart pub get
5250
- name: Publish
5351
run: dart pub publish --force
54-
>>>>>>> 0e8109a (ci: wire up the release process)
52+
53+
# Publishing is handled in publish.yaml

0 commit comments

Comments
 (0)