mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Migrate to my maven + make NetworkChannel side-agnostic
This commit is contained in:
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@@ -19,11 +19,10 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Upload to Bintray
|
||||
run: ./gradlew bintrayUpload curseforgePublish --stacktrace
|
||||
- name: Upload to Maven
|
||||
run: ./gradlew publish curseforgePublish --stacktrace
|
||||
if: |
|
||||
!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.pull_request.title, '[ci skip]')
|
||||
env:
|
||||
BINTRAY_USER: shedaniel
|
||||
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
|
||||
curse_api_key: ${{ secrets.CURSE_API_KEY }}
|
||||
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
|
||||
curse_api_key: ${{ secrets.CURSE_API_KEY }}
|
||||
|
||||
7
.github/workflows/snapshot.yml
vendored
7
.github/workflows/snapshot.yml
vendored
@@ -19,11 +19,10 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Upload to Bintray
|
||||
run: ./gradlew bintrayUpload --stacktrace
|
||||
- name: Upload to Maven
|
||||
run: ./gradlew publish --stacktrace
|
||||
if: |
|
||||
!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.pull_request.title, '[ci skip]')
|
||||
env:
|
||||
BINTRAY_USER: shedaniel
|
||||
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
|
||||
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
|
||||
PR_NUM: ${{github.event.number}}
|
||||
|
||||
Reference in New Issue
Block a user