Skip to content

Commit

Permalink
Merge pull request #54 from Kevin-Lee/change-in-build-config
Browse files Browse the repository at this point in the history
Removed: unnecessary and incorrect env var from the release.yml
  • Loading branch information
kevin-lee committed Oct 30, 2019
2 parents 1f1fd46 + 9c16005 commit c674148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -14,15 +14,13 @@ jobs:
- uses: actions/checkout@v1
- name: sbt GitHub Release
env:
CI_BRANCH: ${GITHUB_REF#refs/heads/}
GITHUB_TOKEN: ${{ secrets.GITHUB_AUTH_TOKEN }}
run: |
echo "Run] sbt GitHub release"
echo 'sbt -J-Xmx2048m "; clean; test; packagedArtifacts; gitHubRelease"'
sbt -J-Xmx2048m "; clean; test; packagedArtifacts; gitHubRelease"
- name: sbt Publish
env:
CI_BRANCH: ${GITHUB_REF#refs/heads/}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_PASS: ${{ secrets.BINTRAY_PASS }}
run: |
Expand Down

0 comments on commit c674148

Please sign in to comment.