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 be50d7c commit 6174325Copy full SHA for 6174325
‎.github/workflows/publish.yml
@@ -0,0 +1,29 @@
1
+name: Publish to pub.dev
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - 'v[0-9]+.[0-9]+.[0-9]+'
7
+ workflow_dispatch:
8
9
+jobs:
10
+ publish-core:
11
+ permissions:
12
+ id-token: write
13
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
14
+ with:
15
+ working-directory: packages/core
16
17
+ publish-command:
18
19
20
21
22
+ working-directory: packages/command
23
24
+ publish-runner:
25
26
27
28
29
+ working-directory: packages/runner
0 commit comments