We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fedc975 + 8385f24 commit 254663dCopy full SHA for 254663d
.github/workflows/npm-publish.yml
@@ -0,0 +1,16 @@
1
+on:
2
+ push:
3
+ branches: main
4
+
5
+jobs:
6
+ publish:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: actions/setup-node@v3
11
+ with:
12
+ node-version: "18"
13
+ - run: npm ci
14
+ - uses: JS-DevTools/npm-publish@v3
15
16
+ token: ${{ secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-render-helper",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Simplify your conditional rendering within React with elegance and intuitiveness with ease.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
0 commit comments