Skip to content

Commit

Permalink
let's see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
seymourimadeit committed Jun 18, 2024
1 parent acbcfa2 commit c1020a6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build

on: [workflow_dispatch]
on: [ workflow_dispatch ]
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down Expand Up @@ -35,6 +37,9 @@ jobs:
java: 21
name: ""
changelog-file: changelog-1.21.*
retry-attempts: 2
retry-delay: 10000
fail-mode: fail
- name: mc-publish
uses: Kir-Antipov/[email protected]
with:
Expand All @@ -46,4 +51,7 @@ jobs:
game-versions: 1.21
java: 21
name: ""
changelog-file: changelog-1.21.*
changelog-file: changelog-1.21.*
retry-attempts: 2
retry-delay: 10000
fail-mode: fail

0 comments on commit c1020a6

Please sign in to comment.