Skip to content

Commit

Permalink
publish take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alterationx10 committed Dec 1, 2024
1 parent bbc8cb2 commit f0c15ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion branch/project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
//> using test.dep org.postgresql:postgresql:42.7.4
//> using test.resourceDir ../test_resources

//> using publish.computeVersion git:tag
//> using publish.version 0.0.1-SNAPSHOT
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scalc-cli clean branch
mkdir ./bundle

# Publish the project locally
scala-cli publish local branch --gpg-key ${PGP_KEY_ID} --secret-key ${PGP_SECRET} --signer bc
scala-cli publish local branch --project-version ${BRANCH_VERSION} --gpg-key ${PGP_KEY_ID} --secret-key ${PGP_SECRET} --signer bc

# Create the bundle
for DIR in srcs docs poms jars; do
Expand Down

0 comments on commit f0c15ab

Please sign in to comment.