We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de56c17 + 5978465 commit 2bd6394Copy full SHA for 2bd6394
.github/workflows/publish.yml
@@ -17,6 +17,8 @@ jobs:
17
registry-url: https://registry.npmjs.org/
18
- name: Install dependencies
19
run: npm clean-install
20
+ - name: Prepare distrubution
21
+ run: npm run dist
22
- name: Publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
RELEASES.md
@@ -1,3 +1,7 @@
1
+### Release : 1.7.1
2
+Fixes:
3
+* Fix issue with npm publish github action
4
+
5
### Release : 1.7
6
Features added:
7
* Updated libraries
0 commit comments