Skip to content

feat: add pandoc and lilypond features with tests; fix CI and existin… #20

feat: add pandoc and lilypond features with tests; fix CI and existin…

feat: add pandoc and lilypond features with tests; fix CI and existin… #20

Workflow file for this run

name: Release Features
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v4
- name: Publish Features
uses: devcontainers/action@v1
with:
publish-features: true
oci-registry: ghcr.io
features-namespace: aiscgre-br/devcontainer-features
base-path-to-features: ./src
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}