Skip to content

chore: fix publish ci, update .gitignore #2

chore: fix publish ci, update .gitignore

chore: fix publish ci, update .gitignore #2

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@main

Check failure on line 13 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
working-directory: maplibre_gl_platform_interface
publish_maplibre_gl_web:
needs: [publish_maplibre_gl_platform_interface]
uses: .github/workflows/publish-single.yml@main
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@main
with:
working-directory: .