Skip to content

Commit

Permalink
Update dev build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkllffaa committed Mar 12, 2024
1 parent d4b70ec commit b5ecf40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3.10.0
with:
java-version: 17
distribution: adopt
Expand All @@ -20,8 +20,8 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: mc_1.20.2_meteor_0.5.5_ver_1.3
automatic_release_tag: "mc_1.20.2_meteor_0.5.5_ver_1.3"
prerelease: false
title: Version 1.3 for meteor 0.5.5 and Minecraft 1.20.2
title: "Version 1.3 for meteor 0.5.5 and Minecraft 1.20.2"
files: |
./build/libs/*.jar

0 comments on commit b5ecf40

Please sign in to comment.