Skip to content

Commit

Permalink
Merge pull request #1 from st-tech/change_rubygems_namespace
Browse files Browse the repository at this point in the history
Change package namespace
  • Loading branch information
sasamuku committed Dec 25, 2023
2 parents e6b10be + b9a930e commit acb22c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit acb22c6

Please sign in to comment.