Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Actually run it
Dieser Commit ist enthalten in:
Ursprung
05829eeed8
Commit
66005edcc6
17
.github/workflows/publish.yml
vendored
17
.github/workflows/publish.yml
vendored
@ -1,4 +1,17 @@
|
|||||||
name: publish
|
name: Publish
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '.github/ISSUE_TEMPLATE/*.yml'
|
||||||
|
- '.github/actions/pullrequest.yml'
|
||||||
|
- '.idea/copyright/*.xml'
|
||||||
|
- '.gitignore'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
|
- 'LICENSE'
|
||||||
|
- 'Jenkinsfile '
|
||||||
|
- 'README.md'
|
||||||
|
- 'licenseheader.txt'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -10,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: build and publish
|
- name: Publish to Modrinth
|
||||||
env:
|
env:
|
||||||
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
run: ./gradlew fabric:modrinth
|
run: ./gradlew fabric:modrinth
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren