Skip to content

Commit 5f5bba9

Browse files
authored
Add env-variable for GitHub Actions
1 parent a2295a2 commit 5f5bba9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ jobs:
1919
env:
2020
bintrayUser: ${{ secrets.bintrayUsername }}
2121
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22+
BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
2223
run: ./gradlew bintrayUpload
23-
# - name: Publish (GitHub Packages)
24-
# env:
25-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
# run: ./gradlew publish

0 commit comments

Comments
 (0)