Skip to content

Commit

Permalink
Fix publishing release
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-podzigun committed Jan 30, 2022
1 parent b10bd50 commit d8bacc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: Publish RELEASE
run: |
mkdir ./keys
echo $PGP_PUBLIC > ./keys/pubring.gpg
echo $PGP_SECRET > ./keys/secring.gpg
echo $PGP_PUBLIC | base64 --decode > ./keys/pubring.gpg
echo $PGP_SECRET | base64 --decode > ./keys/secring.gpg
VERSION="$(echo "$TAG_NAME" | cut -d'v' -f 2)"
echo "Publish a release version=$VERSION for tag $TAG_NAME"
version=$VERSION sbt ";^^1.2.8 ;clean ;publishSigned ;sonatypeBundleRelease"
Expand Down

0 comments on commit d8bacc8

Please sign in to comment.