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
# TODO this does not work with MFA on rubygems. https://github.com/cadwallion/publish-rubygems-action/issues/19
25
+
# Until fixed, use manual $(bundle exec rake relese) afer creating a tag, or just just the full $(gem bump --version minor --tag --push --release) with the `--release` switch.
20
26
- name: Release Gem to rubygems.org
21
27
if: contains(github.ref, 'refs/tags/v')
22
28
uses: cadwallion/publish-rubygems-action@master
23
29
env:
24
30
GITHUB_TOKEN: ${{ github.token }}
25
31
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
26
32
RELEASE_COMMAND: bundle exec rake release
33
+
27
34
release-github:
28
35
# Manual push can be done as descried here: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-rubygems-registry#publishing-a-package
0 commit comments