Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changes Resolve #299 Rubygems provides a way to release gem with GitHub Actions officially. It seems it doesn't require personal access token. let's try to use it. On publishing, this workflow calls `bundle exec rake release`, and it tries to push git tag. this doesn't match our use case. We always create release note with git tag in this repository at first (in other 5 bot sdk projects), and we want the workflow to publish(release) gem later. This change modifies `release` task not to push git tag. I don't know if this works. Let me try it. ref: - https://guides.rubygems.org/trusted-publishing/adding-a-publisher/ - I've set `publish.yml` in `line/line-bot-sdk-ruby` can be trusted in `line-bot-api` gem: https://rubygems.org/gems/line-bot-api/trusted_publishers - https://github.com/rubygems/release-gem
- Loading branch information