Skip to content

Commit

Permalink
chore: 🤖 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MaethorNaur committed Mar 12, 2021
1 parent d455ebd commit a0729f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
path: rest-ui/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('rest-ui/package.*') }}
restore-keys: ${{ runner.os }}-node-
- name: Install and run Kokai
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: |
cargo install kokai --git https://github.com/MaethorNaur/kokai
kokai release -ref $RELEASE_VERSION --url https://github.com/UnisonUI/UnisonUI > release.md
echo "\`docker pull unisonui/unisonui:${RELEASE_VERSION}\`" >> release.md
- name: build
run: sbt "project unison-ui; npmInstall; webpackProdTask; dockerBuildAndPush"
- name: Create Release
Expand Down
2 changes: 1 addition & 1 deletion project/BaseSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object BaseSettings {

lazy val defaultSettings = Seq(
startYear := Some(2020),
version := "0.8.1",
version := "1.0.0",
organization := "unisonui",
scalaVersion := ScalaVersion,
parallelExecution in Test := false,
Expand Down

0 comments on commit a0729f6

Please sign in to comment.