From 9c37d2ecb162b8da0dda0c4be7e165adfb2504b1 Mon Sep 17 00:00:00 2001 From: AdityaGarg8 <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 20 Nov 2021 13:50:43 +0530 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 85eb6c9..e9bb698 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,11 +40,11 @@ jobs: EOF - name: Release - if: github.ref == 'refs/heads/test' + if: github.ref == 'refs/heads/master' uses: softprops/action-gh-release@v1 with: files: ${{ github.workspace }}/*.iso - tag_name: v20.04-${{ steps.tag.outputs.tag }}-test - draft: true + tag_name: v20.04-${{ steps.tag.outputs.tag }} + draft: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}