From 5f892cac8793c9e108a0be7e4d7547a3a083ebf9 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Mon, 22 Mar 2021 15:45:50 +0300 Subject: [PATCH] CI: cleanup --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c336fa5c..c6ae3d13 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,7 @@ name: "release" on: push: + # uncomment to release only on tags starting with 'v' # tags: # - "v*" branches: @@ -18,14 +19,15 @@ jobs: ### Setup - uses: olafurpg/setup-scala@v10 - - name: Assembly - run: sbt assembly ### Update & build + - name: Assembly + run: sbt assembly ### Create release - uses: marvinpinto/action-automatic-releases@latest with: + title: "Aqua Compiler" repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" prerelease: false