Skip to content

Commit

Permalink
remove bintray variables and csbt from the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Oct 21, 2021
1 parent 39191f8 commit 103c05f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
- run: git fetch --depth=1 origin '+refs/tags/*:refs/tags/*'
- uses: olafurpg/setup-scala@v10
- name: Release
run: csbt ";+instrumentation/publishLocal; release"
run: sbt ";+instrumentation/publishLocal; release"
shell: bash
env:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_PASS: ${{ secrets.BINTRAY_PASS }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit 103c05f

Please sign in to comment.