Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/subosito/flutter-a…
Browse files Browse the repository at this point in the history
…ction-2.12.0
  • Loading branch information
m0nac0 authored Nov 13, 2023
2 parents 779a8dc + 485da74 commit 53163a9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pub-platform-interface-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish maplibre_gl_platform_interface to pub.dev

on:
push:
tags:
- 'pub-maplibre_gl_platform_interface-[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: maplibre_gl_platform_interface
12 changes: 12 additions & 0 deletions .github/workflows/pub-toplevel-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish top-level plugin to pub.dev

on:
push:
tags:
- 'pub-maplibre_gl-[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

0 comments on commit 53163a9

Please sign in to comment.