Skip to content

Merge pull request #8 from marcelotoledo5000/dependabot/bundler/rexml… #37

Merge pull request #8 from marcelotoledo5000/dependabot/bundler/rexml…

Merge pull request #8 from marcelotoledo5000/dependabot/bundler/rexml… #37

name: Publish Gem
on:
push:
branches:
- master
tags:
- v*
jobs:
publish:
# if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Release Gem
# if: contains(github.ref, 'refs/tags/v')
uses: marcelotoledo5000/publish-rubygems-action@master
env:
GITHUB_TOKEN: ${{secrets.BUNDLE_GITHUB__COM}}
RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_BUMP_RELEASE}}
GIT_EMAIL: [email protected]
GIT_NAME: 'Marcelo Toledo - Automated Release'
RELEASE_COMMAND: bundle exec rake release