Skip to content

Commit cd9f88c

Browse files
committed
change cf release workflow
1 parent 01d3dd7 commit cd9f88c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ jobs:
4242
path: ./gradle.properties
4343
properties: "mod_version"
4444

45-
- name: Get minecraft version
46-
id: toml_properties
47-
uses: SebRollen/[email protected]
48-
with:
49-
file: ./gradle/libs.versions.toml
50-
field: "versions.minecraft"
51-
5245
- name: Build Project
5346
run: ./gradlew build --build-cache
5447

@@ -61,7 +54,7 @@ jobs:
6154

6255
github-token: ${{ secrets.GITHUB_TOKEN }}
6356
github-generate-changelog: true
64-
github-tag: "${{ steps.toml_properties.outputs.value }}-${{ steps.gradle_properties.outputs.mod_version }}"
57+
github-tag: "1.20.1-${{ steps.gradle_properties.outputs.mod_version }}"
6558

6659
files: ./build/libs/!(*-@(dev|sources|dev-slim)).jar
6760
name: "GregTech Modern Utilities ${{ steps.gradle_properties.outputs.mod_version }}"

0 commit comments

Comments
 (0)