File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed
Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -27,30 +27,14 @@ jobs:
2727 with :
2828 file : gradle.properties
2929 property : mod_version
30- - name : mc-publish
31- uses : Kir-Antipov/mc-publish@v3.3.0
32- with :
33- curseforge-id : 421179
34- curseforge-token : ${{ secrets.CURSEFORGE_TOKEN }}
35- modrinth-id : jRRBLkzK
36- modrinth-token : ${{ secrets.MODRINTH_TOKEN }}
37- files-primary : build/libs/!(*-@(javadoc|sources)).jar
38- version-type : release
39- version : ${{ steps.version.outputs.value }}
40- loaders : |
41- forge
42- neoforge
43- game-versions : 1.20.1
44- java : 17
45- name : " "
46- changelog-file : changelog-1.20.1.*
4730 - name : Nuke Changelog dot txt
48- uses : DamianReeves/write-file-action@master
31+ uses : JesseTG/rm@v1.0.3
4932 with :
5033 path : changelog-1.20.1.txt
51- write-mode : overwrite
52- contents : |
53-
34+ - uses : finnp/create-file-action@master
35+ env :
36+ FILE_NAME : " changelog-1.20.1.txt"
37+ FILE_DATA : " "
5438 - name : Increment version variable
5539 id : bump_version
5640 uses : christian-draeger/increment-semantic-version@1.2.3
You can’t perform that action at this time.
0 commit comments