Skip to content

Commit

Permalink
Merge pull request #2 from sasamuku/publish_package
Browse files Browse the repository at this point in the history
Add workflow to publish package
  • Loading branch information
sasamuku authored Dec 22, 2023
2 parents fab0eeb + cdcd577 commit 7cc5542
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/calorie'
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'

0 comments on commit 7cc5542

Please # to comment.