Skip to content

Commit c4b5638

Browse files
authored
Fix broken release flow (again) (#21)
1 parent ba31234 commit c4b5638

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ permissions:
99

1010
jobs:
1111
create-release:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: softprops/action-gh-release@v2
15-
with:
16-
generate_release_notes: true
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: softprops/action-gh-release@v2
15+
with:
16+
generate_release_notes: true

0 commit comments

Comments
 (0)