Skip to content

Commit

Permalink
Re-enable sbt CI release (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloots authored Aug 18, 2023
1 parent dbcedc9 commit 6f73314
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
asset_name: course-management-tools.zip
asset_content_type: application/zip

# - 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 }}
- 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 }}

release:
needs: create-release
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
generate_release_notes: false
generate_release_notes: true
fail_on_unmatched_files: false
files: |
cmta-x86_64-pc-linux
Expand Down

0 comments on commit 6f73314

Please sign in to comment.