Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmerk committed Dec 31, 2023
1 parent 6db6c06 commit 13349cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
with:
fetch-depth: 0
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v1
uses: crazy-max/ghaction-import-gpg@v6
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Publish artifacts
run: |
sbt -java-home "$JAVA_HOME_17_X64" clean +publishSigned
sbt -java-home "$JAVA_HOME_17_X64" sonatypeBundleRelease
sbt -java-home "$JAVA_HOME_17_X64" clean +publishSigned sonatypeBundleRelease
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ThisBuild / scalaVersion := "2.12.18"
ThisBuild / fork := true

ThisBuild / dynverSonatypeSnapshots := true
ThisBuild / publishMavenStyle := true

ThisBuild / versionScheme := Some("early-semver")

Expand Down

0 comments on commit 13349cf

Please sign in to comment.