Fix build numbering

This commit is contained in:
NovaFox161
2021-08-23 18:07:28 -06:00
parent 5d8780e99c
commit 86d77d9d2a
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -34,5 +34,4 @@ jobs:
env:
SCW_USER: ${{ secrets.SCW_USER }}
SCW_SECRET: ${{ secrets.SCW_SECRET }}
BUILD_NUMBER: $GITHUB_RUN_NUMBER
run: ./gradlew clean build jib -Djib.to.auth.username=${SCW_USER} -Djib.to.auth.password=${SCW_SECRET}