Skip to content

Commit 3287e30

Browse files
remove unused files and updated readme.md
1 parent ce4c138 commit 3287e30

File tree

6 files changed

+25
-278
lines changed

6 files changed

+25
-278
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/actions/setup/action.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 165 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: '🚀 release'
2+
on:
3+
release:
4+
types: [published]
5+
6+
jobs:
7+
release:
8+
name: 🚀 release
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: 📚 checkout
12+
uses: actions/checkout@v3
13+
- name: 🟢 node
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 20.x
17+
cache: 'npm'
18+
- name: Install Dependencies
19+
run: npm install --legacy-peer-deps
20+
- name: 🚀 publish
21+
uses: JS-DevTools/npm-publish@v2
22+
with:
23+
access: public
24+
token: ${{secrets.NPM_AUTH_TOKEN}}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { exitApp } from '@logicwind/react-native-exit-app';
4747

4848
## react-native-exit-app is crafted mindfully at [Logicwind](https://www.logicwind.com?utm_source=github&utm_medium=github.com-logicwind&utm_campaign=react-native-exit-app)
4949

50-
We are a 130+ people company developing and designing multiplatform applications using the Lean & Agile methodology. To get more information on the solutions that would suit your needs, feel free to get in touch by [email](mailto:[email protected]) or through or [contact form](https://www.logicwind.com/book-call?utm_source=github&utm_medium=github.com-logicwind&utm_campaign=react-native-exit-app)!
50+
We are a 130+ people company developing and designing multiplatform applications using the Lean & Agile methodology. To get more information on the solutions that would suit your needs, feel free to get in touch by [email](mailto:[email protected]) or through or [contact form](https://www.logicwind.com/contact-us?utm_source=github&utm_medium=github.com-logicwind&utm_campaign=react-native-exit-app)!
5151

5252
We will always answer you with pleasure 😁
5353

0 commit comments

Comments
 (0)