Skip to content

Commit

Permalink
comment out publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 29, 2024
1 parent dacd9a7 commit ac34030
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
- name: Run tests
run: sbt ^test ^scripted
- name: Publish
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
env:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_PASS: ${{ secrets.BINTRAY_PASS }}
run: sbt ^publish
#- name: Publish
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
# env:
# BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
# BINTRAY_PASS: ${{ secrets.BINTRAY_PASS }}
# run: sbt ^publish

0 comments on commit ac34030

Please sign in to comment.