From b9a930e09df2a4d0874a67593e676d43eff06c0b Mon Sep 17 00:00:00 2001 From: sasamuku Date: Fri, 22 Dec 2023 20:39:49 +0900 Subject: [PATCH] change namespace --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ca8e6d..9d5c56c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,4 +19,4 @@ jobs: echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" > ~/.gem/credentials chmod 600 ~/.gem/credentials ./gradlew gem - find ./build/gems -name 'embulk-filter-expand_json-*.gem' -maxdepth 1 -print0 | xargs -0 gem push --key github --host 'https://rubygems.pkg.github.com/sasamuku' + find ./build/gems -name 'embulk-filter-expand_json-*.gem' -maxdepth 1 -print0 | xargs -0 gem push --key github --host 'https://rubygems.pkg.github.com/st-tech'