Skip to content

feat: add channel-based release manifest and channels.yml #7

feat: add channel-based release manifest and channels.yml

feat: add channel-based release manifest and channels.yml #7

Workflow file for this run

name: Release
on:
push:
branches: [main]
paths: ['sources/**', 'metanorma.yml', 'metanorma.release.yml']
workflow_dispatch:
permissions:
contents: write
jobs:
release:
uses: actions-mn/.github/.github/workflows/metanorma-release.yml@main
with:
default-visibility: private
secrets: inherit