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.
2 parents df127d7 + 1312766 commit a4ad5c7Copy full SHA for a4ad5c7
.github/dependabot.yml
@@ -5,12 +5,6 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "pub"
9
- directory: "/"
10
- schedule:
11
- interval: "weekly"
12
- time: "09:00"
13
- timezone: Europe/Madrid
14
- package-ecosystem: "pub"
15
directory: "/example/"
16
schedule:
.github/workflows/publish.yml
@@ -0,0 +1,14 @@
1
+name: Publish to pub.dev
2
+
3
+on:
4
+ push:
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+*'
+jobs:
+ publish:
+ permissions:
+ id-token: write # Required for authentication using OIDC
+ uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
+ # with:
+ # working-directory: path/to/package/within/repository
0 commit comments