From 4ecc275a8d199cdce98cd462fee612d7f687efe4 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 17 Aug 2022 18:36:45 +0000 Subject: update action to a82f06a29168a3c6594fb7206dd0afd3af8efdf2 --- .github/workflows/release.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07cd0d7..2672288 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,20 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - - name: Install Oras - run: | - curl -LO https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz - mkdir -p oras-install/ - tar -zxf oras_0.13.0_*.tar.gz -C oras-install/ - mv oras-install/oras /usr/local/bin/ - rm -rf oras_0.13.0_*.tar.gz oras-install/ - + - name: "Publish features to OCI" uses: ./.github/devcontainers-action # TODO: Once 'devcontainers/action' is published, use that. with: publish-features: "true" - publish-to-oci: "true" base-path-to-features: "./src" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file -- cgit v1.2.3