Commit 306c0df 1 parent 118c810 commit 306c0df Copy full SHA for 306c0df
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
name : FabricArtifact
27
27
path : ./fabric/build/libs/*.jar
28
+ - name : Publish to maven
29
+ if : contains(github.event.head_commit.message, '[push]') || contains(github.event.head_commit.message, '[build]')
30
+ env :
31
+ SAP_SECRET : ${{ secrets.SAP_SECRET }}
32
+ run : ./gradlew publish
28
33
- name : Publish To Curseforge
29
34
if : contains(github.event.head_commit.message, '[publish]') || contains(github.event.head_commit.message, '[curseforge]')
30
35
env :
34
39
if : contains(github.event.head_commit.message, '[publish]') || contains(github.event.head_commit.message, '[modrinth]')
35
40
env :
36
41
MODRINTH_KEY : ${{ secrets.MODRINTH_KEY }}
37
- run : ./gradlew modrinth
38
- - name : Publish to maven
39
- if : contains(github.event.head_commit.message, '[push]') || contains(github.event.head_commit.message, '[build]')
40
- env :
41
- SAP_SECRET : ${{ secrets.SAP_SECRET }}
42
- run : ./gradlew publish
42
+ run : ./gradlew modrinth
You can’t perform that action at this time.
0 commit comments