Skip to content

Commit

Permalink
Update 1.21.4 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AltronMaxX authored Dec 4, 2024
1 parent 7fbd6ba commit 75f204b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Patch and Build

on:
push:
branches: [ "1.21.1" ]
branches: [ "1.21.4" ]
workflow_dispatch:
#workflow_run:
#workflows: ["Automatically update Folia commit"]
# types:
# - completed

jobs:
compile_1_21_1_core_jar:
compile_1_21_4_core_jar:
runs-on: windows-latest

permissions:
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
- name: Make release
uses: marvinpinto/action-automatic-releases@master
with:
title: "Foldenor 1.21.1 release"
automatic_release_tag: "1.21.1"
title: "Foldenor 1.21.4 release"
automatic_release_tag: "1.21.4"
files: build/libs/*
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

0 comments on commit 75f204b

Please sign in to comment.