diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index 1b29e79..d0fc2f4 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -19,11 +19,12 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: devcontainers-community/publish-feature@v1 with: - files: | - devcontainer-feature.json - install.sh - lib.sh - LICENSE - README.md - test.sh + - 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 93427c6..db032d7 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Bazel", "id": "bazel", - "version": "1.2.1", + "version": "1.2.2", "description": "Bazel feature", "documentationURL": "https://github.com/devcontainers-community/features-bazel", "options": {