We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cefe631 commit 9653ed8Copy full SHA for 9653ed8
.github/workflows/cicd.yaml
@@ -38,18 +38,6 @@ jobs:
38
if: startsWith( github.ref, 'refs/tags/')
39
env:
40
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
53
- name: Upload to GH Release
54
55
run: |
0 commit comments