This repository was archived by the owner on Apr 24, 2026. It is now read-only.
chore: Update core Link to support digestMultibase. Fixes #408 (#…
#35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish data models snapshots | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| paths: | |
| - 'data-models/**' | |
| jobs: | |
| jargon_snapshot: | |
| uses: uncefact/.github/.github/workflows/untp-data-models-publish.yml@main | |
| secrets: inherit | |
| with: | |
| version: "working" | |
| comment: "Update working version" |