Skip to content

fix(icpe): reproject xy to wkt #5

fix(icpe): reproject xy to wkt

fix(icpe): reproject xy to wkt #5

name: Publish main to Staging Registry
on:
push:
branches: [main, master]
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
environment: staging
steps:
- uses: actions/checkout@v4
- uses: data-fair/registry/.github/actions/publish-plugin@main
with:
registry-url: https://staging-koumoul.com/registry
category: processing
api-key: ${{ secrets.REGISTRY_API_KEY }}