We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d3dd7 commit cd9f88cCopy full SHA for cd9f88c
.github/workflows/release.yml
@@ -42,13 +42,6 @@ jobs:
42
path: ./gradle.properties
43
properties: "mod_version"
44
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
-
52
- name: Build Project
53
run: ./gradlew build --build-cache
54
@@ -61,7 +54,7 @@ jobs:
61
62
55
github-token: ${{ secrets.GITHUB_TOKEN }}
63
56
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 }}"
65
58
66
59
files: ./build/libs/!(*-@(dev|sources|dev-slim)).jar
67
60
name: "GregTech Modern Utilities ${{ steps.gradle_properties.outputs.mod_version }}"
0 commit comments