Skip to content

Commit

Permalink
avoid double publishing of artifacts (#1617)
Browse files Browse the repository at this point in the history
The `+` on publishSigned will handle the publishing of
all scala versions.
  • Loading branch information
brharrington authored Mar 1, 2024
1 parent 918d675 commit 4de6e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
run: |
git fetch --unshallow --tags
cat /dev/null | project/sbt ++2.13.13 clean test +publishSigned
cat /dev/null | project/sbt ++3.4.0 clean test +publishSigned
cat /dev/null | project/sbt sonatypeBundleRelease
1 change: 0 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:
run: |
git fetch --unshallow --tags
cat /dev/null | project/sbt ++2.13.13 clean test +publishSigned
cat /dev/null | project/sbt ++3.4.0 clean test +publishSigned

0 comments on commit 4de6e53

Please sign in to comment.