Skip to content

Commit 6d30c46

Browse files
committed
fix: release issue
1 parent 1c578fe commit 6d30c46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/upload-artifact@v2
2424
with:
2525
name: ng-multiselect-dropdown
26-
path: dist-lib
26+
path: dist/lib
2727
publish-npm:
2828
needs: build
2929
runs-on: ubuntu-latest

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-multiselect-dropdown",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"private": false ,
55
"description": "Angular Multi-Select Dropdown",
66
"author": "Nilesh Patel",

0 commit comments

Comments
 (0)