Fabric Snapshots
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user