diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index eb7772a..54b6b40 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -20,3 +20,11 @@ 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 + diff --git a/devcontainer-feature.json b/devcontainer-feature.json index addd1a2..67fb412 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "llvm", - "version": "3.0.0", + "version": "3.1.0", "name": "llvm", "documentationURL": "https://github.com/devcontainers-community/features-llvm", "description": "Installs llvm on debian based systems",