Skip to content

Commit

Permalink
build: reset release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky-pxv committed Jul 19, 2023
1 parent 14272a2 commit 160b9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/decodekey.sh

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
java-version: 11
cache: sbt
- run: |
.github/decodekey.sh
sbt ci-release
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit 160b9d9

Please sign in to comment.