Skip to content

Commit bacf20c

Browse files
lets try this out
1 parent 44b8953 commit bacf20c

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)