Skip to content

Commit

Permalink
ci: 🎡 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
MaethorNaur committed Mar 12, 2021
1 parent 1532a5e commit 9cd1629
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 38 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
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
cargo install kokai --git "https://github.com/MaethorNaur/kokai" --branch main
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"
run: sbt "project unison-ui; npmInstall; webpackProdTask; universal:packageBin; dockerBuildAndPush"
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
66 changes: 32 additions & 34 deletions modules/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/web/src/components/grpc/method.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { Component } from 'react'
import { Clear, Execute } from './buttons'
import Request from './request'
import { Response } from './Response'
import { Response } from './response'
import { stringify, Link, Collapse } from './utils'
import axios from 'axios'
const CancelToken = axios.CancelToken
Expand Down

0 comments on commit 9cd1629

Please sign in to comment.