Skip to content

Commit

Permalink
ci: fix assets not uploading
Browse files Browse the repository at this point in the history
Signed-off-by: shinjith-dev <[email protected]>
  • Loading branch information
shinjith-dev committed Jun 30, 2024
1 parent b97f2c7 commit 3ec86e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ on:
branches:
- release

permissions:
contents: read

jobs:
publish-tauri:
permissions:
contents: write
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
[
"@semantic-release/github",
"@semantic-release/git",
{
"assets": [
"./apps/native/src-tauri/target/release/**/*.{msi,exe,app,dmg,deb,AppImage}"
]
}
],
"@semantic-release/git"
"@semantic-release/github"
]
}

0 comments on commit 3ec86e6

Please sign in to comment.