diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index eb7772a..1b29e79 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -19,4 +19,11 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: devcontainers-community/publish-feature@v1 + - uses: devcontainers-community/publish-feature@v1 with: + files: | + devcontainer-feature.json + install.sh + lib.sh + LICENSE + README.md + test.sh