We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12e833 commit 7cb86d2Copy full SHA for 7cb86d2
.github/workflows/publish.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- 'nilts-v[0-9]+.[0-9]+.[0-9]+*'
7
+ - 'nilts_clock-v[0-9]+.[0-9]+.[0-9]+*'
8
- 'nilts_core-v[0-9]+.[0-9]+.[0-9]+*'
9
- 'nilts_flutter_hooks-v[0-9]+.[0-9]+.[0-9]+*'
10
@@ -17,6 +18,15 @@ jobs:
17
18
environment: 'pub.dev'
19
working-directory: packages/nilts
20
21
+ publish_nilts_clock:
22
+ if: startsWith(github.ref, 'refs/tags/nilts_clock-v')
23
+ permissions:
24
+ id-token: write # Required for authentication using OIDC
25
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # v1
26
+ with:
27
+ environment: 'pub.dev'
28
+ working-directory: packages/nilts_clock
29
+
30
publish_nilts_core:
31
if: startsWith(github.ref, 'refs/tags/nilts_core-v')
32
permissions:
0 commit comments