Skip to content

Commit

Permalink
publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsFelix5 authored Aug 22, 2024
1 parent d91535b commit 337f0bf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Publish on modrinth

on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: setup jdk
uses: actions/setup-java@v1
with:
java-version: 21
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- uses: Kir-Antipov/[email protected]
with:
modrinth-id: 6N50GaPF
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

0 comments on commit 337f0bf

Please sign in to comment.