Skip to content

Commit 92e0f94

Browse files
authored
fix: build fail due to incorrect namespace or feature id (#3)
1 parent b648db4 commit 92e0f94

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
base-path-to-features: "./src"
2323
publish-features: "true"
24-
features-namespace: "alertbox/oven"
24+
features-namespace: "alertbox/oven-sh"
2525
generate-docs: "true"
2626
disable-repo-tagging: "true"
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You don't need to use the feature [node](https://github.com/devcontainers/featur
3535

3636
## Options
3737

38-
See [src/setup-bun](./src/setup-bun/README.md) folder to learn more about options.
38+
See [src/setup-bun](./src/bun/README.md) folder to learn more about options.
3939

4040

4141
## Contributing
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "bun",
33
"name": "Setup Bun",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"description": "Download, install, and setup specific version of Bun in your Dev Container.",
6-
"documentationURL": "https://github.com/alertbox/feature-setup-bun/tree/main/src/setup-bun",
6+
"documentationURL": "https://github.com/alertbox/feature-setup-bun/tree/main/src/bun",
77
"options": {
88
"version": {
99
"type": "string",

0 commit comments

Comments
 (0)