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 diff --git a/devcontainer-feature.json b/devcontainer-feature.json index 47d3f73..93427c6 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Bazel", "id": "bazel", - "version": "1.2.0", + "version": "1.2.1", "description": "Bazel feature", "documentationURL": "https://github.com/devcontainers-community/features-bazel", "options": {