Skip to content

Initial commit

Initial commit #1

name: Publish feature

Check failure on line 1 in .github/workflows/publish-feature.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-feature.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: permissions
on:
release:
types: published
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
permissions:
contents: read
packages: write
publish-feature:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: devcontainers-community/publish-feature@v1