Skip to content

Commit

Permalink
Create pub-platform-interface-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 authored Nov 11, 2023
1 parent 81e35d7 commit 13ce1f0
Showing 1 changed file with 14 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

0 comments on commit 13ce1f0

Please sign in to comment.