Skip to content

Commit

Permalink
refactor publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Feb 2, 2024
1 parent c93acb3 commit 1a81cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
run: scala-cli publish . --cross
env:
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
PUBLISH_PUBLIC_KEY: ${{ secrets.PUBLISH_PUBLIC_KEY }}
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
PUBLISH_PUBLIC_KEY: ${{ secrets.PUBLISH_PUBLIC_KEY }}
PUBLISH_SECRET_KEY: ${{ secrets.PUBLISH_SECRET_KEY }}
PGP_PASSWORD: ${{ secrets.PGP_PASSWORD }}
6 changes: 2 additions & 4 deletions project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@
//> using options -project enhanced-string-interpolator
//> using publish.organization "io.github.bishabosha"
//> using publish.name "enhanced-string-interpolator"
//> using publish.computeVersion "git:tag"
//> using publish.repository "central-s01"
//> using publish.license "Apache-2.0"
//> using publish.url "https://github.com/bishabosha/enhanced-string-interpolator"
//> using publish.versionControl "github:bishabosha/enhanced-string-interpolator"
//> using publish.url "https://github.com/bishabosha/enhanced-string-interpolator"
//> using publish.developer "bishabosha|Jamie Thompson|https://github.com/bishabosha"
//> using publish.ci.computeVersion "git:tag"
//> using publish.ci.repository "central-s01"
//> using publish.ci.user "env:PUBLISH_USER"
//> using publish.ci.password "env:PUBLISH_PASSWORD"
//> using publish.ci.secretKey "env:PUBLISH_SECRET_KEY"
//> using publish.ci.secretKeyPassword "env:PGP_PASSWORD"
//> using publish.ci.publicKey "env:PUBLISH_PUBLIC_KEY"


// currently the compiler crashes in 3.3.1, so we use 3.4.0-RC3

0 comments on commit 1a81cb1

Please sign in to comment.