File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,11 @@ body:
2323 value : " The game should have loaded"
2424 validations :
2525 required : true
26- - type : dropdown
26+ - type : input
2727 id : version
2828 attributes :
2929 label : Version
3030 description : What version of Lambda are you using?
31- options :
32- - 1.0.0
33- default : 0
3431 validations :
3532 required : true
3633 - type : input
Original file line number Diff line number Diff line change 2525 - name : Checkout Repository
2626 uses : actions/checkout@v4
2727
28- - name : Get Short Commit Hash
29- id : vars
30- run : echo "COMMIT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
31-
3228 - name : Set-Up JDK
3329 uses : actions/setup-java@v4
3430 with :
4440 file : gradle.properties
4541 all : true
4642
47- - name : Publish commit to maven
48- id : upload
49- run : ./gradlew publish -PmavenType=snapshots -PcommitHash=${{ env.COMMIT_HASH }} -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
50-
5143 - name : Publish snapshot to maven
5244 run : ./gradlew publish -PmavenType=snapshots -PcommitHash=SNAPSHOT -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
5345
Original file line number Diff line number Diff line change 1818# Lambda https://github.com/lambda-client/lambda
1919modId =lambda
2020modName =Lambda
21- modVersion =1. 0.0
21+ modVersion =0.0.1
2222modDescription =Minecraft utility mod for automation
2323modIcon =assets/lambda/lambda.png
2424mavenGroup =com.lambda
You can’t perform that action at this time.
0 commit comments