From 5b9d471ffa05f1083b092236616cd0944882a30d Mon Sep 17 00:00:00 2001 From: toms74209200 Date: Sun, 25 Feb 2024 00:34:51 +0900 Subject: [PATCH] Fix original package name --- .github/workflows/publish-feature.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-feature.yml b/.github/workflows/publish-feature.yml index 77e1af5..f658b23 100644 --- a/.github/workflows/publish-feature.yml +++ b/.github/workflows/publish-feature.yml @@ -22,5 +22,7 @@ jobs: with: publish-features: "true" base-path-to-features: "./src" + oci-registry: "ghcr.io" + features-namespace: "${{ github.repository_owner }}/features" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}