Skip to content

Commit 53a775d

Browse files
committed
Remove redundant workflow step that creates duplicate draft releases
1 parent 76814c3 commit 53a775d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

clients/cli/.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ jobs:
4040
with:
4141
name: dist
4242
path: dist/
43-
- name: Create draft GitHub Release
44-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # pin@v1
45-
with:
46-
draft: true
47-
name: ${{ github.ref_name }}
48-
tag_name: ${{ github.ref_name }}
49-
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5143

5244
sign_and_notarize:
5345
runs-on: macos-latest

0 commit comments

Comments
 (0)