Skip to content

Commit

Permalink
Fix #20 release description
Browse files Browse the repository at this point in the history
  • Loading branch information
boly38 committed Nov 3, 2024
1 parent 3c10d01 commit fe69164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ jobs:
-d '{
"tag_name": "'${{ github.ref_name }}'",
"target_commitish": "main",
"name": "'${{ github.ref_name }}'",
"body": "Release from private repo",
"name": "${{ env.LABEL}} | ${{ env.LABEL_FR}}",
"body": "${{ env.DESCRIPTION}}\n\n##French version\n\n${{ env.DESCRIPTION_FR}}",
"draft": true,
"prerelease": false
}' \
Expand Down
5 changes: 4 additions & 1 deletion versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ versions:
- version: 0.0.001
label: test release 0.0.001
label_fr: test publication 0.0.001
description: This is the publish version TEST description
description: |
OH !
Hey friends,
this is a TEST of a fake version description
description_fr: |
AH !
Ceci les amis
Expand Down

0 comments on commit fe69164

Please sign in to comment.