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 6ae96c2 commit a6cac31Copy full SHA for a6cac31
.github/workflows/release.yml
@@ -22,9 +22,13 @@ jobs:
22
23
publish:
24
needs: pana
25
+ environment: 'pub.dev'
26
permissions:
27
id-token: write # Required for authentication using OIDC
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
28
- with:
29
- # Specify the github actions deployment environment
30
- environment: pub.dev
+ runs-on: ubuntu-latest
+ steps:
+ - name: 📚 Git Checkout
31
+ uses: actions/checkout@v4
32
+ with:
33
+ submodules: recursive
34
+ - uses: ./.github/actions/publish_flutter_package
0 commit comments