From 6f10a61874bc265a4007fded9a541151f656f981 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 15 Nov 2021 17:42:46 +0800 Subject: [PATCH] 0.7.18 --- .github/workflows/actions.yml | 10 ---------- readme.md | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e43f03c9b6..25b06476af 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -57,16 +57,6 @@ jobs: --release true \ --signed true fi - - name: Create GitHub Release - id: create_gh_release - uses: actions/create-release@v1.1.4 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.ref }} - release_name: ${{ github.ref }} - body: - draft: false - name: Publish Example Zips run: ./mill uploadToGithub $GITHUB_TOKEN env: diff --git a/readme.md b/readme.md index 37c66f5ab0..30751b9584 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Cask 0.7.17: a Scala HTTP micro-framework [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] +Cask 0.7.18: a Scala HTTP micro-framework [![Build Status][travis-badge]][travis-link] [![Gitter Chat][gitter-badge]][gitter-link] [![Patreon][patreon-badge]][patreon-link] ============================================================================================================================================================================ [travis-badge]: https://travis-ci.org/lihaoyi/cask.svg @@ -46,7 +46,7 @@ courtesy of EJ Technologies ## Changelog -### 0.7.17 +### 0.7.18 - Fix example project zips