We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb1fa9 commit efd0a2bCopy full SHA for efd0a2b
.github/workflows/release.yaml
@@ -33,9 +33,7 @@ jobs:
33
release_tag_name: ${{ steps.release.outputs.tag_name }}
34
upload_url: ${{ steps.release.outputs.upload_url }}
35
36
-<<<<<<< HEAD
37
# Publishing is handled in publish.yaml
38
-=======
39
dart-release:
40
needs: release-please
41
if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}
@@ -51,4 +49,5 @@ jobs:
51
49
run: dart pub get
52
50
- name: Publish
53
run: dart pub publish --force
54
->>>>>>> 0e8109a (ci: wire up the release process)
+
+# Publishing is handled in publish.yaml
0 commit comments