mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Enable publishing on 0.11.0
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
- 'dev/0.8'
|
||||
- 'dev/0.9'
|
||||
- 'dev/0.10.0'
|
||||
- 'dev/0.11.0'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -23,4 +24,4 @@ jobs:
|
||||
- name: Upload to Maven
|
||||
run: ./gradlew publish --stacktrace
|
||||
env:
|
||||
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
|
||||
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
|
||||
|
||||
Reference in New Issue
Block a user