Skip to content

Commit 9653ed8

Browse files
committed
fix: ci/cd draft removal
1 parent cefe631 commit 9653ed8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ jobs:
3838
if: startsWith( github.ref, 'refs/tags/')
3939
env:
4040
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
41-
- name: Publish to GH Release
42-
uses: actions/create-release@v1
43-
if: startsWith( github.ref, 'refs/tags/')
44-
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
with:
47-
tag_name: ${{ github.ref }}
48-
release_name: MusixmatchClientLib ${{ github.ref }}
49-
body: |
50-
TODO
51-
draft: true
52-
prerelease: false
5341
- name: Upload to GH Release
5442
if: startsWith( github.ref, 'refs/tags/')
5543
run: |

0 commit comments

Comments
 (0)