diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index c4e0164..4808523 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -20,3 +20,10 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - uses: devcontainers-community/publish-feature@v1 + with: + files: | + install.sh + README.md + devcontainer-feature.json + LICENSE + test.sh