Skip to content

Release 0.24.1 (#661) #11

Release 0.24.1 (#661)

Release 0.24.1 (#661) #11

Workflow file for this run

name: Publish packages to pub.dev
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
permissions:
id-token: write
jobs:
publish_maplibre_gl_platform_interface:
uses: ./.github/workflows/publish-single.yml
with:
working-directory: maplibre_gl_platform_interface
publish_maplibre_gl_web:
needs: [publish_maplibre_gl_platform_interface]
uses: ./.github/workflows/publish-single.yml
with:
working-directory: maplibre_gl_web
publish_maplibre_gl:
needs: [publish_maplibre_gl_platform_interface, publish_maplibre_gl_web]
uses: ./.github/workflows/publish-single.yml
with:
working-directory: maplibre_gl