Skip to content

Commit cd43b59

Browse files
committed
Updated ci
1 parent 810975e commit cd43b59

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
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:
@@ -44,10 +40,6 @@ jobs:
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Lambda https://github.com/lambda-client/lambda
1919
modId=lambda
2020
modName=Lambda
21-
modVersion=1.0.0
21+
modVersion=0.0.1
2222
modDescription=Minecraft utility mod for automation
2323
modIcon=assets/lambda/lambda.png
2424
mavenGroup=com.lambda

0 commit comments

Comments
 (0)