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 25cbef3 commit 097e715Copy full SHA for 097e715
.github/workflows/publish.yml
@@ -7,4 +7,18 @@ on:
7
8
jobs:
9
publish:
10
- uses: dart-lang/setup-dart/.github/workflows/[email protected]
+ permissions:
11
+ id-token: write
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: 📚 Git checkout
15
+ uses: actions/checkout@v3
16
+
17
+ - name: 🎯 Setup Dart
18
+ uses: dart-lang/setup-dart@v1
19
20
+ - name: 📦 Install dependencies
21
+ run: dart pub get
22
23
+ - name: 🚀 publish
24
+ run: dart pub publish --force
0 commit comments