Skip to content

Commit fc73b60

Browse files
committed
nna
1 parent 71e927f commit fc73b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build And Release
3535
shell: bash
3636
run: |
37-
./gradlew build
37+
./gradlew build publish curseforge modrinth --stacktrace --no-daemon
3838
env:
3939
curesforgeapikey: ${{ secrets.CURSEFORGE_TOKEN }}
4040
modrinthapikey: ${{ secrets.MODRINTH_TOKEN }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enabled_platforms=fabric,forge
77
#Mod
88
archives_base_name=otyacraftengine
99
mod_display_name=OtyacraftEngine
10-
mod_version=3.3.0-pre.8
10+
mod_version=3.3.0-alpha.1
1111
#Dependencies
1212
architectury_version=7.0.65
1313
fabric_loader_version=0.14.11

0 commit comments

Comments
 (0)