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 7d1372f commit 4d3a56bCopy full SHA for 4d3a56b
.github/workflows/branch.yml
@@ -1,4 +1,4 @@
1
-name: "Branch & Fork CI/CD"
+name: "Branch & PR"
2
on:
3
push:
4
branches: [ '!master' ]
.github/workflows/master.yml
-name: "'fleaflet/flutter_map' 'master' CI/CD"
+name: "Master (Test & Build)"
branches:
.github/workflows/publish.yml
@@ -0,0 +1,15 @@
+name: Publish Package
+
+on:
+ push:
5
+ tags:
6
+ - 'v[0-9]+.[0-9]+.[0-9]+'
7
8
+jobs:
9
+ publish:
10
+ name: "Publish To pub.dev"
11
+ permissions:
12
+ id-token: write
13
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
14
+ with:
15
+ environment: 'pub.dev'
0 commit comments