Actually run it

This commit is contained in:
Camotoy 2023-03-20 13:08:07 -04:00
parent 05829eeed8
commit 66005edcc6
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 15 additions and 2 deletions

View File

@ -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:
build:
@ -10,7 +23,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: build and publish
- name: Publish to Modrinth
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
run: ./gradlew fabric:modrinth