Skip to content

Commit

Permalink
Update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
rowannekabalan committed Nov 30, 2023
1 parent ab2a36e commit 42a687c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/release-snapshot.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Publish Release'
on:
release:
types: [published]
jobs:
sbt_release:
runs-on: ubuntu-latest
steps:
- uses: guardian/actions-sbt-release@v3
with:
pgpSecret: ${{ secrets.PGP_SECRET }}
pgpPassphrase: ${{ secrets.PGP_PASSPHRASE }}
sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
isSnapshot: ${{ github.event.release.prerelease }}
CAPI_TEST_KEY: ${{ secrets.CAPI_TEST_KEY }}

0 comments on commit 42a687c

Please sign in to comment.