From 9653ed839abb118a2f91561473f5194d324cdb35 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Mon, 19 Aug 2024 13:42:30 +0200 Subject: [PATCH] fix: ci/cd draft removal --- .github/workflows/cicd.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 18219a5..38a8e4e 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -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: |