Skip to content

Commit

Permalink
Remove redundent sbt ci-release run after tagging in release.yml (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmay authored Jan 6, 2023
1 parent e862f52 commit e34a5af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,3 @@ jobs:
run: |
git tag -am "${{ steps.validate.outputs.version }}" ${{ steps.validate.outputs.version }}
git push origin ${{ steps.validate.outputs.version }}
- uses: olafurpg/setup-scala@v13
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 comments on commit e34a5af

Please sign in to comment.