mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
CI: cleanup
This commit is contained in:
parent
1a43bfd710
commit
5f892cac87
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user