From a4b00560766ce3abdf3fd8bd747e175d1488ea2c Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 27 Aug 2024 20:29:51 +0200 Subject: [PATCH 1/2] Fix workflow syntax (#15) --- .github/workflows/publish-feature.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 From 5120d4513e11d59a816132461c9afdda6bfc99f3 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 27 Aug 2024 20:32:21 +0200 Subject: [PATCH 2/2] Set version to 1.2.2 (#16) --- devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {