Skip to content

Commit 70988c0

Browse files
committed
Turn off default action to rely on cli
1 parent 12962d3 commit 70988c0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release-features.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ 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-
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
3324
- name: Login to GitHub Container Registry
3425
uses: docker/login-action@v3
3526
with:

0 commit comments

Comments
 (0)