From 2e03507e5a4bac06350f234ff93cebe4a71368cd Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 17 Aug 2022 18:33:28 -0400 Subject: directly reference github action (#104) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8eec767..f8dfc72 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: "(Release) Release dev container features (v2)" +name: "Release dev container features" on: workflow_dispatch: push: @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 - - name: "Publish features to OCI" - uses: ./.github/devcontainers-action # TODO: Once 'devcontainers/action' is published, use that. + - name: "Publish" + uses: devcontainers/action@v1 with: publish-features: "true" base-path-to-features: "./src" -- cgit v1.2.3