Adding a safety for the fetch when nil for custom exception to be raised #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Ruby Gem (Pushed) | |
on: | |
push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build and publish gem | |
uses: jstastny/publish-gem-to-github@v2.1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
owner: acima-credit |