mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Publish to CF
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Java CI
|
||||
|
||||
on:
|
||||
[push]
|
||||
[ push ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -13,7 +13,8 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Upload to Bintray
|
||||
run: ./gradlew bintrayUpload --stacktrace
|
||||
run: ./gradlew bintrayUpload curseforgePublish --stacktrace
|
||||
env:
|
||||
BINTRAY_USER: shedaniel
|
||||
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
|
||||
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
|
||||
curse_api_key: ${{ secrets.CURSE_API_KEY }}
|
||||
Reference in New Issue
Block a user