Fabric Snapshots

This commit is contained in:
Sebastian Hartte
2020-08-11 20:08:07 +02:00
parent fd8eecbe93
commit 6f0fc7d189
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Publish Snapshot
run: ./gradlew publishSnapshot
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/fabric/master'