From a7929b352305d0a19fef3a056f017613a0646cd2 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 7 Jun 2022 10:15:45 -0400 Subject: change action name to 'ci' --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4b59eb9..c271e03 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate tgz - uses: ./.github/devcontainers-action # devcontainers/action + uses: ./.github/devcontainers-action # devcontainers/ci with: publish-features: "true" base-path-to-features: "./src" -- cgit v1.2.3