Skip to content

Commit

Permalink
test secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fazzou committed Aug 1, 2023
1 parent c259f20 commit e070e54
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
name: Release - test
on:
push:
branches: [master, main]
tags: ["*"]
branches: ["*"]
jobs:
publish:
runs-on: ubuntu-20.04
Expand All @@ -11,9 +10,12 @@ jobs:
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v10
- run: sbt ci-release
- run: echo "$PGP_PASSPHRASE" | wc -c
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- run: echo "$PGP_SECRET" | wc -c
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}

0 comments on commit e070e54

Please sign in to comment.