diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-17 21:36:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 21:36:45 +0300 |
commit | 4ecc275a8d199cdce98cd462fee612d7f687efe4 (patch) | |
tree | f6084dfd933bfcde051a01858c15b7aa99d5c96e /.github/workflows | |
parent | ef87daf5af1de5d0031ad946f20e1601f1fb905e (diff) |
update action to a82f06a29168a3c6594fb7206dd0afd3af8efdf2
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 13 |
1 files changed, 2 insertions, 11 deletions
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 |