Skip to content

Commit 566ca57

Browse files
committed
fix: remove create-release stage, call softprops only once
1 parent 7f8d90a commit 566ca57

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,8 @@ permissions:
99
contents: write
1010

1111
jobs:
12-
create-release:
13-
name: Create GitHub Release
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Create release
17-
uses: softprops/action-gh-release@v2
18-
with:
19-
generate_release_notes: false
20-
2112
build:
2213
name: Build ${{ matrix.suffix }}
23-
needs: create-release
2414
runs-on: ubuntu-latest
2515
strategy:
2616
matrix:

0 commit comments

Comments
 (0)