Skip to content

Commit

Permalink
try to fix the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucat1 committed Dec 7, 2023
1 parent bdaa5ac commit 83b0226
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
on:
push:

jobs:
release:
name: Release - ${{ matrix.platform.os_name }}
Expand Down Expand Up @@ -98,5 +101,5 @@ jobs:
with:
draft: true
files: "tempo*"
body_path: Changes.md
# body_path: Changes.md
if: startsWith( github.ref, 'refs/tags/v' )

0 comments on commit 83b0226

Please sign in to comment.