Skip to content

Commit 9ec85f3

Browse files
committed
Exit beta + build.yml
1 parent 1674df4 commit 9ec85f3

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
permissions:
88
id-token: "write"
99
contents: "write"
@@ -30,7 +30,6 @@ jobs:
3030
uses: marvinpinto/action-automatic-releases@latest
3131
with:
3232
repo_token: "${{ secrets.GITHUB_TOKEN }}"
33-
automatic_release_tag: "v${{ github.run_number }}-beta"
34-
prerelease: true
33+
automatic_release_tag: "v${{ github.run_number }}"
3534
files: |
3635
./build/libs/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ minecraft_version=1.19.3
66
yarn_mappings=1.19.3+build.5
77
loader_version=0.14.17
88
# Mod Properties
9-
mod_version=1.0
9+
mod_version=1.1
1010
maven_group=dev.dfonline
1111
archives_base_name=CodeClient
1212
# Dependencies
23.8 KB
Loading

0 commit comments

Comments
 (0)