Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harana-bot committed Feb 1, 2024
1 parent 24750cf commit 1d42f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: '*/**'
files: '*/**'
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ val search = haranaProject("search").in(file("."))
.settings(
libraryDependencies +=
"com.harana" %%% "web" % "1.0.0"
)
)

0 comments on commit 1d42f07

Please sign in to comment.