We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2caf065 commit 12b462aCopy full SHA for 12b462a
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
release:
8
- uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@v1
+ uses: guardian/gha-scala-library-release-workflow/.github/workflows/reusable-release.yml@remove-use-of-sbt-sonatype-GitHubHosting-helper-for-pom-metadata
9
permissions: { contents: write, pull-requests: write }
10
secrets:
11
SONATYPE_TOKEN: ${{ secrets.AUTOMATED_MAVEN_RELEASE_SONATYPE_TOKEN }}
project/plugins.sbt
@@ -1,5 +1,3 @@
1
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
2
3
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
4
-
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
0 commit comments