We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39191f8 commit 103c05fCopy full SHA for 103c05f
.github/workflows/release.yml
@@ -12,12 +12,10 @@ jobs:
12
- run: git fetch --depth=1 origin '+refs/tags/*:refs/tags/*'
13
- uses: olafurpg/setup-scala@v10
14
- name: Release
15
- run: csbt ";+instrumentation/publishLocal; release"
+ run: sbt ";+instrumentation/publishLocal; release"
16
shell: bash
17
env:
18
PGP_SECRET: ${{ secrets.PGP_SECRET }}
19
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
20
- BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
21
- BINTRAY_PASS: ${{ secrets.BINTRAY_PASS }}
22
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
23
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments