Skip to content

Commit 091525b

Browse files
committed
notification typos
1 parent aee1b89 commit 091525b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
shell: bash
6363
run: |
6464
BODY=$(jq -nc \
65-
--arg title "WaspLib Version $TAG_NAME" \
66-
--arg desc "${{ github.event.workflow_run.head_commit.message }}\n\nDownload: https://github.com/WaspScripts/WaspLib/releases/tag/$TAG_NAME" \
67-
--arg url "https://github.com/WaspScripts/WaspLib/commit/${{ github.event.workflow_run.head_commit.id }}" \
65+
--arg title "WaspLib Plugins Version $TAG_NAME" \
66+
--arg desc "${{ github.event.workflow_run.head_commit.message }}\n\nDownload: https://github.com/WaspScripts/wasp-plugins/releases/tag/$TAG_NAME" \
67+
--arg url "https://github.com/WaspScripts/wasp-plugins/commit/${{ github.event.workflow_run.head_commit.id }}" \
6868
--arg foot "Author: ${{ github.event.workflow_run.head_commit.author.name }}" \
6969
--argjson color 16742912 \
7070
'{embeds:[{title:$title,description:$desc,url:$url,color:$color,footer:{text:$foot}}]}')

0 commit comments

Comments
 (0)