Skip to content

Commit ca70760

Browse files
authored
Fix original package name (#11)
2 parents 86a38b6 + 5b9d471 commit ca70760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-feature.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
with:
2323
publish-features: "true"
2424
base-path-to-features: "./src"
25+
oci-registry: "ghcr.io"
26+
features-namespace: "${{ github.repository_owner }}/features"
2527
env:
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)