We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad3ede commit c97521dCopy full SHA for c97521d
1 file changed
.github/workflows/release.yml
@@ -48,14 +48,14 @@ jobs:
48
' discord_update.json > tmp.json
49
mv tmp.json discord_update.json
50
51
+ - name: print discord notification json to be verified before final upload (build will take a while)
52
+ run: cat discord_update.json
53
+
54
- name: fail if final json changelog empty
55
run: |
56
VAL=$(jq -r '.embeds[0].description' discord_update.json)
57
[ -z "$VAL" ] && exit 1
58
- - name: print discord notification json to be verified before final upload (build will take a while)
- run: cat discord_update.json
-
59
- run: ./gradlew build
60
61
- name: upload mod
0 commit comments