Skip to content

Commit

Permalink
fix - fixed Continuous release description to writing
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 6, 2024
1 parent 4d6e409 commit f74be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if ! github-release info -t 9.9.9-continuous > /dev/null 2>&1; then
github-release release --tag 9.9.9-continuous --name "Continuous Build" --description "This is an automated build triggered by commit ${{ github.sha }}."
else
github-release edit --tag 9.9.9-continuous --name "Continuous Build" --description "$DESCRIPTION"
github-release edit --tag 9.9.9-continuous --name "Continuous Build" --description "This is an automated build triggered by commit ${{ github.sha }}."
fi
- name: Add executable
run: |
Expand Down

0 comments on commit f74be2f

Please sign in to comment.