Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouyang committed May 25, 2020
1 parent fc323c3 commit 1e8f266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir -p .gnupg
echo $GPG_SEC | base64 --decode > .gnupg/secring.asc
echo $GPG_PUB | base64 --decode > .gnupg/pubring.asc
sbt 'set http4sVersion:="0.20.23";++ "2.12.10"; releaseEarly"
sbt 'set http4sVersion:="0.20.23";++ "2.12.10"; releaseEarly'
env:
GPG_SEC: ${{ secrets.GPG_SEC }}
GPG_PUB: ${{ secrets.GPG_PUB }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Test
on:
push:
branches: [ master ]
branches: [ master, 0.20.x ]
pull_request:
type: [ synchronize ]

Expand Down

0 comments on commit 1e8f266

Please # to comment.