Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 3a89b38

Browse files
authored
flip 'publish-definitions' to true
1 parent 4124cb8 commit 3a89b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-features.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
publish-features: 'true'
1919
path-to-features: './script-library/container-features/src'
20-
publish-definitions: 'false'
20+
publish-definitions: 'true'
2121
path-to-definitions: './containers'
2222

2323

@@ -27,4 +27,4 @@ jobs:
2727
allowUpdates: true # Lets us upload our own artifact from previous step
2828
artifactErrorsFailBuild: true
2929
artifacts: './devcontainer-*.tgz'
30-
token: ${{ secrets.GITHUB_TOKEN }}
30+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)