Skip to content

Commit

Permalink
Merge branch 'release/0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vclass committed Sep 5, 2024
2 parents 06be3f8 + 2244fd2 commit 2fd67b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: app-v__VERSION__
releaseName: "MaaBo v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: false
prerelease: false
# tagName: app-v__VERSION__
# releaseName: "MaaBo v__VERSION__"
# releaseBody: "See the assets to download this version and install."
# releaseDraft: false
# prerelease: false
args: ${{ matrix.args }}
releaseId: ${{ needs.create-release.outputs.id }}
releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }}

0 comments on commit 2fd67b6

Please sign in to comment.