Skip to content

Commit

Permalink
Remove README and change version
Browse files Browse the repository at this point in the history
  • Loading branch information
RedVortexDev committed Mar 4, 2023
1 parent a37a307 commit 5513071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "v${{ github.run_number }}-alpha"
automatic_release_tag: "v${{ github.run_number }}-beta"
prerelease: true
files: |
LICENSE
./build/libs/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.19.2
yarn_mappings=1.19.2+build.28
loader_version=0.14.14
# Mod Properties
mod_version=1.0-SNAPSHOT
mod_version=1.0
maven_group=dev.dfonline
archives_base_name=CodeClient
# Dependencies
Expand Down

0 comments on commit 5513071

Please sign in to comment.