Skip to content

Commit

Permalink
Use plain ci-release (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Oct 14, 2024
1 parent 8428ac1 commit ade25fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
distribution: 'temurin'
java-version: '8'
cache: 'sbt'
- name: sbt ci-release-cont ${{ github.ref }}
run: ./sbt ci-release-cont
- name: sbt ci-release ${{ github.ref }}
run: ./sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down

0 comments on commit ade25fb

Please sign in to comment.