Skip to content

Commit

Permalink
fix - fixing Continuous build not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus committed Jan 6, 2024
1 parent e78cd21 commit 4d6e409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
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"
fi
- name: Add executable
Expand Down

0 comments on commit 4d6e409

Please sign in to comment.