Skip to content

Commit

Permalink
release snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Jan 10, 2023
1 parent 83daa62 commit e754f04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Release snapshot
on:
push:
branches: [ 'master' ]
branches: [ 'master', 'mui5-support' ]

jobs:
release-snapshot:
Expand All @@ -20,3 +20,8 @@ jobs:

- name: publish snapshot
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 }}

0 comments on commit e754f04

Please sign in to comment.