Skip to content

Commit 2bd6394

Browse files
authored
Merge pull request #67 from shakilsiraj/release/1.7
Fixing github action
2 parents de56c17 + 5978465 commit 2bd6394

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
registry-url: https://registry.npmjs.org/
1818
- name: Install dependencies
1919
run: npm clean-install
20+
- name: Prepare distrubution
21+
run: npm run dist
2022
- name: Publish
2123
env:
2224
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Release : 1.7.1
2+
Fixes:
3+
* Fix issue with npm publish github action
4+
15
### Release : 1.7
26
Features added:
37
* Updated libraries

0 commit comments

Comments
 (0)