aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-08-18 01:33:28 +0300
committerGitHub <noreply@github.com>2022-08-18 01:33:28 +0300
commit2e03507e5a4bac06350f234ff93cebe4a71368cd (patch)
tree7711d992e27f0f3aaebdda7676f22d7af65435a5 /.github/workflows/release.yaml
parenta630e92c468c241fa029f278e4d7a0ac96142c76 (diff)
directly reference github action (#104)
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml6
1 files changed, 3 insertions, 3 deletions
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"