Skip to content

Commit

Permalink
undo testing changes and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnei committed Jul 30, 2024
1 parent 0886c65 commit fc0e523
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [master, update-release-flow]
branches: [master]
tags: ["*"]
jobs:
release:
Expand All @@ -14,11 +14,9 @@ jobs:
with:
distribution: adopt
java-version: 8
- run: |
echo ${PGP_SECRET:0:4}...${PGP_SECRET: -4}
sbt ci-release
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{secrets.SONATYPE_PASSWORD}}
SONATYPE_USERNAME: ${{secrets.SONATYPE_USERNAME}}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit fc0e523

Please sign in to comment.