Skip to content

Commit

Permalink
fix: release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPatel17 committed Dec 16, 2020
1 parent 1c578fe commit 6d30c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ng-multiselect-dropdown
path: dist-lib
path: dist/lib
publish-npm:
needs: build
runs-on: ubuntu-latest
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": "ng-multiselect-dropdown",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"private": false ,
"description": "Angular Multi-Select Dropdown",
"author": "Nilesh Patel",
Expand Down

0 comments on commit 6d30c46

Please sign in to comment.