Skip to content

Commit

Permalink
0.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 15, 2021
1 parent a63c734 commit 0d126a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
body:
draft: false
- name: Publish Example Zips
run: ./mill uploadToGithub $GITHUB_ACCESS_TOKEN
run: ./mill uploadToGithub $GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Cask 0.7.15: 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.16: 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
[travis-link]: https://travis-ci.org/lihaoyi/cask
Expand Down Expand Up @@ -46,7 +46,7 @@ courtesy of EJ Technologies

## Changelog

### 0.7.15
### 0.7.16

- Fix example project zips

Expand Down

0 comments on commit 0d126a9

Please sign in to comment.