Skip to content

Commit

Permalink
ci: update gradle in publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Apr 27, 2024
1 parent 9eb14e3 commit b09524c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to CurseForge

on:
on:
workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 8.1
gradle-version: 8.6
- name: Publish build
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to Modrinth

on:
on:
workflow_dispatch

jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -14,7 +14,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
with:
gradle-version: 8.1
gradle-version: 8.6
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit b09524c

Please sign in to comment.