Skip to content

Commit

Permalink
Workflow update for neo
Browse files Browse the repository at this point in the history
  • Loading branch information
manmaed committed Mar 10, 2024
1 parent 848935f commit 9059ff9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build & Release For Minecraft 1.19.3
name: Build & Release For Minecraft 1.20.4 - Neo

on:
push:
tags:
- 'v*'
- 'v*-neo'

jobs:
build:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
CURSE_DEPLOY: ${{ secrets.CURSE_DEPLOY }}
run: |
chmod +x ./gradlew
./gradlew build curseforge --stacktrace --no-daemon
./gradlew build publishMods --stacktrace --no-daemon

0 comments on commit 9059ff9

Please sign in to comment.