Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Bring back checkout before relase, looks like it
was removed by mistake in #49.
  • Loading branch information
jbourassa committed Dec 21, 2022
1 parent f178431 commit 6b06d66
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 @@ -62,6 +62,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
ruby-version: "3.1"
Expand Down

0 comments on commit 6b06d66

Please sign in to comment.