Skip to content

Commit

Permalink
0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 15, 2021
1 parent 2b1dc6f commit f35498e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/upload.sc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def apply(uploadedFile: Path,
uploadName: String,
authKey: String): String = {
val body = requests.get(
s"https://api.github.com/repos/lihaoyi/cask/releases/tags/$tagName",
s"https://api.github.com/repos/com-lihaoyi/cask/releases/tags/$tagName",
headers = Seq("Authorization" -> s"token $authKey")
).text

Expand All @@ -30,7 +30,7 @@ def apply(uploadedFile: Path,


val uploadUrl =
s"https://uploads.github.com/repos/lihaoyi/cask/releases/" +
s"https://uploads.github.com/repos/com-lihaoyi/cask/releases/" +
s"$snapshotReleaseId/assets?name=$uploadName"

val res = requests.post(
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cask 0.7.20: 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.21: 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
Expand Down Expand Up @@ -46,7 +46,7 @@ courtesy of EJ Technologies

## Changelog

### 0.7.20
### 0.7.21

- Fix example project zips

Expand Down

0 comments on commit f35498e

Please sign in to comment.