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 }}