Skip to content

Commit

Permalink
bump v0.1.3 + upd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed May 31, 2023
1 parent 925e2cc commit a882d76
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-dist-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Archive dist folder
uses: montudor/action-zip@v1
with:
args: -r dist.zip dist
args: zip -r dist.zip dist
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qdrant-web-ui",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
Expand Down

0 comments on commit a882d76

Please sign in to comment.