Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Sep 25, 2023
1 parent 5b5e5ee commit 61b30e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: 17
distribution: temurin

- name: Checkout sources
uses: actions/checkout@v3

Expand All @@ -40,7 +40,7 @@ jobs:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to modrinth
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
run: ./gradlew
with:
arguments: modrinth
# I have no ided if this will work
Expand Down

0 comments on commit 61b30e8

Please sign in to comment.