Skip to content

Commit

Permalink
fix: ci/cd draft removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimaen committed Aug 19, 2024
1 parent cefe631 commit 9653ed8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ jobs:
if: startsWith( github.ref, 'refs/tags/')
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
- name: Publish to GH Release
uses: actions/create-release@v1
if: startsWith( github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: MusixmatchClientLib ${{ github.ref }}
body: |
TODO
draft: true
prerelease: false
- name: Upload to GH Release
if: startsWith( github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 9653ed8

Please sign in to comment.