Skip to content

Commit

Permalink
Update build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn authored Nov 17, 2020
1 parent 70fae24 commit 389aa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- run: ./gradlew build bintrayUpload
- run: ./gradlew build
env:
MOD_VERSION: ${{ steps.vars.outputs.VERSION }}
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
Expand Down

0 comments on commit 389aa52

Please sign in to comment.