Skip to content

Commit b914c6c

Browse files
author
m.r
committed
update workflow
1 parent 48d4124 commit b914c6c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Publish Package to npmjs
2-
on:
3-
release:
4-
types: [published]
1+
name: Publish Package to NPM
2+
on: push
3+
# on:
4+
# release:
5+
# types: [published]
56
jobs:
67
publish:
78
name: Publish to NPM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MR Excel `5.0.0`
22

3-
![Test](https://github.com/mohammadrezaeicode/github-action/actions/workflows/test.yml/badge.svg)
3+
![Test](https://github.com/mohammadrezaeicode/github-action/actions/workflows/test.yml/badge.svg) [![Publish Package to NPM](https://github.com/mohammadrezaeicode/mr-excel-repo/actions/workflows/publish.yaml/badge.svg)](https://github.com/mohammadrezaeicode/mr-excel-repo/actions/workflows/publish.yaml)
44

55
MR-Excel is a JavaScript library designed for reading and writing Excel files. This library allows you to extract data from Excel files, and when it comes to writing, it offers a range of features such as commenting, styling, Formulas, merging cells,Grouping rows, conditional formatting (Excel), multi-style values, and functions that can be used for cell merging, adding styles and commenting functionalities. `Since version 5.0.0, we exclusively build via Vite. The path of the TypeScript interface has been updated (link). For further details, refer to the TypeScript example.` **Example: [Express](https://github.com/mohammadrezaeicode/mr-excel-repo/tree/main/example/express) | [CDN](https://github.com/mohammadrezaeicode/mr-excel-repo/tree/main/example/CDN) | [Typescript](https://github.com/mohammadrezaeicode/mr-excel-repo/tree/main/example/typescript) | [Angular](https://github.com/mohammadrezaeicode/mr-excel-repo/tree/main/example/angular)**
66

0 commit comments

Comments
 (0)