Fabric Snapshots

This commit is contained in:
Sebastian Hartte
2020-08-11 19:51:34 +02:00
parent 964559baa1
commit 15522f5ce7
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -23,3 +23,8 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- name: Build with Gradle
run: ./gradlew build
- name: Publish Snapshot
run: ./gradlew publishSnapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.ref == 'fabric/master' }}