Skip to content

Commit 12b462a

Browse files
committed
Try out gha-scala-library-release-workflow PR 62 - remove sbt-sonatype dependency
1 parent 2caf065 commit 12b462a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
release:
8-
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@v1
8+
uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@remove-use-of-sbt-sonatype-GitHubHosting-helper-for-pom-metadata
99
permissions: { contents: write, pull-requests: write }
1010
secrets:
1111
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}

project/plugins.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
22

3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
4-
53
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

0 commit comments

Comments
 (0)