Skip to content

Commit

Permalink
Update build_and_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HollowHorizon committed Feb 6, 2024
1 parent 09d719f commit aaa9ea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build
on:
push:
branches: [ 1.19.2 ]
branches: [ 1.18.2 ]

jobs:
build:
Expand Down Expand Up @@ -33,9 +33,9 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "lasted-1.19.2"
automatic_release_tag: "latest-1.18.2"
prerelease: false
title: "[AUTOMATIC BUILD 1.19.2]"
title: "[AUTOMATIC BUILD 1.18.2]"
files: |
build/libs/*.jar

0 comments on commit aaa9ea1

Please sign in to comment.