Skip to content

Commit

Permalink
Fix: release workflow
Browse files Browse the repository at this point in the history
Related: #84
  • Loading branch information
till committed Feb 13, 2023
1 parent 18e9e53 commit df2cf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git config --global --add safe.directory /github/workspace
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
Expand Down

0 comments on commit df2cf19

Please sign in to comment.