You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
0 commit comments