Skip to content

Commit

Permalink
chore: release without debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Dec 2, 2024
1 parent 0d3d3b4 commit 559910c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ jobs:
with:
releaseId: ${{ needs.create-release.outputs.release_id }}
args: ${{ matrix.args }} --verbose
includeDebug: true
includeDebug: false
# TODO: Include release at v1.0.0
includeRelease: false
includeRelease: true
includeUpdaterJson: true

publish-release:
Expand Down

0 comments on commit 559910c

Please sign in to comment.