aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-06-07 17:15:45 +0300
committerGitHub <noreply@github.com>2022-06-07 17:15:45 +0300
commita7929b352305d0a19fef3a056f017613a0646cd2 (patch)
treeebe75ed101f8127c67bad2534e25c93f8fd3df9c /.github/workflows/release.yaml
parent4309562b39e64d6d0a02da95c7f20937e7d87c77 (diff)
change action name to 'ci'
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
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"