Skip to content

Commit

Permalink
Removed optional name
Browse files Browse the repository at this point in the history
    * .github/workflows/main.yml:
  • Loading branch information
jwillemsen committed Feb 1, 2021
1 parent a72238d commit 9519721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Publish to RubyGems
Expand Down

0 comments on commit 9519721

Please sign in to comment.