Skip to content

Commit

Permalink
Merge pull request #538 from mkurz/fix_gha
Browse files Browse the repository at this point in the history
[0.11.x] Fix publish workflow
  • Loading branch information
mkurz authored May 24, 2024
2 parents 36bcba6 + 0fe966c commit 75e7e07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
publish-artifacts-2.13:
name: Publish / Scala 2.13 Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
cmd: CI_RELEASE=publishSigned sbt ++2.13.x ci-release
with:
cmd: CI_RELEASE=publishSigned sbt ++2.13.x ci-release
secrets: inherit
publish-artifacts-3:
name: Publish / Scala 3 Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
cmd: CI_RELEASE=publishSigned sbt -DUSE_BSL=true ++3.x ci-release
with:
cmd: CI_RELEASE=publishSigned sbt -DUSE_BSL=true ++3.x ci-release
secrets: inherit

0 comments on commit 75e7e07

Please sign in to comment.