File tree Expand file tree Collapse file tree
src/main/java/li/genesis/armstrong/hook Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build & Release
22
33on :
4- push
4+ push :
5+ branches :
6+ - main
57
68permissions :
79 contents : write
4648 - name : Create GitHub Release
4749 uses : softprops/action-gh-release@v2
4850 with :
49- name : Armstrong- ${{ env.VERSION }}
51+ name : Armstrong v ${{ env.VERSION }}
5052 tag_name : ${{ env.VERSION }}
5153 files : ./build/libs/*.jar
5254 body_path : ./CHANGELOG.md
Original file line number Diff line number Diff line change 55
66### 🚀 Armstrong
77[ ![ Discord] ( https://img.shields.io/discord/1332991105695875123?logo=discord&label=discord )] ( https://discord.genesis.li )
8- [ ![ Latest Release ] ( https://img.shields.io/github/v/release/Vaption/Armstrong.svg )] ( https://github.com/Vaption/Armstrong/releases )
9- [ ![ License] ( https://img.shields.io/github/license/Vaption/Armstrong.svg )] ( https://github.com/Vaption/Armstrong/blob/master /LICENSE )
8+ [ ![ Latest] ( https://img.shields.io/github/v/release/Vaption/Armstrong.svg )] ( https://github.com/Vaption/Armstrong/releases/latest )
9+ [ ![ License] ( https://img.shields.io/github/license/Vaption/Armstrong.svg )] ( https://github.com/Vaption/Armstrong/blob/main /LICENSE )
1010
1111** Armstrong** is a simple plugin that utilizes
1212[ LunarClient] ( https://lunarclient.com ) 's [ Apollo API] ( https://github.com/LunarClient/Apollo ) .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = ' li.genesis.armstrong'
7- version = ' 1.0'
7+ version = ' 1.0.0 '
88
99java {
1010 toolchain {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public boolean persist() {
2525
2626 @ Override
2727 public @ NotNull String getVersion () {
28- return "1.0" ;
28+ return "1.0.0 " ;
2929 }
3030
3131 @ Override
You can’t perform that action at this time.
0 commit comments