Skip to content

Commit 6b06d66

Browse files
committed
Fix release workflow
Bring back checkout before relase, looks like it was removed by mistake in #49.
1 parent f178431 commit 6b06d66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
needs: build
6363
runs-on: ubuntu-latest
6464
steps:
65+
- uses: actions/checkout@v3
6566
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
6667
with:
6768
ruby-version: "3.1"

0 commit comments

Comments
 (0)