Skip to content

Commit 40918eb

Browse files
committed
Try default action again
1 parent 70988c0 commit 40918eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-features.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24+
- name: Publish features
25+
uses: devcontainers/action@v1
26+
with:
27+
publish-features: "true"
28+
base-path-to-features: "./features"
29+
generate-docs: "true"
30+
disable-schema-validation: "true"
31+
disable-repo-tagging: "true"
32+
devcontainer-cli-debug-mode: "true"
33+
2434
- name: Login to GitHub Container Registry
2535
uses: docker/login-action@v3
2636
with:

0 commit comments

Comments
 (0)