Skip to content

Commit

Permalink
Merge pull request #539 from mkurz/fix_gha
Browse files Browse the repository at this point in the history
[0.11.x] Fix publish workflow once more
  • Loading branch information
mkurz authored May 24, 2024
2 parents 75e7e07 + 67ea63a commit fdad2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
tags: ["**"] # Releases

jobs:
publish-artifacts-2.13:
publish-artifacts-scala-2:
name: Publish / Scala 2.13 Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
with:
cmd: CI_RELEASE=publishSigned sbt ++2.13.x ci-release
secrets: inherit
publish-artifacts-3:
publish-artifacts-scala-3:
name: Publish / Scala 3 Artifacts
uses: playframework/.github/.github/workflows/publish.yml@v3
with:
Expand Down

0 comments on commit fdad2a3

Please sign in to comment.