We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c578fe commit 6d30c46Copy full SHA for 6d30c46
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/upload-artifact@v2
24
with:
25
name: ng-multiselect-dropdown
26
- path: dist-lib
+ path: dist/lib
27
publish-npm:
28
needs: build
29
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-multiselect-dropdown",
3
- "version": "1.0.0-beta.5",
+ "version": "1.0.0-beta.6",
4
"private": false ,
5
"description": "Angular Multi-Select Dropdown",
6
"author": "Nilesh Patel",
0 commit comments