Skip to content

Commit f79c060

Browse files
committed
test
1 parent 2a59532 commit f79c060

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/discord_test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release-pipeline
33
on:
44
push:
55
tags:
6-
- "discord-test"
6+
- "dis-test"
77

88
jobs:
99
build-release-upload:
@@ -14,7 +14,8 @@ jobs:
1414

1515
- name: update JSON content
1616
run: |
17-
jq --arg ref "$GITHUB_REF_NAME" '.username = "Entity Model Features \($ref) released!"' discord_update.json
17+
jq --arg ref "$GITHUB_REF_NAME" '.username = "Entity Model Features \($ref) released!"' discord_update.json > tmp.json
18+
mv tmp.json discord_update.json
1819
1920
- name: discord notification
2021
run: |

0 commit comments

Comments
 (0)