Skip to content

Commit 760519e

Browse files
committed
CD: github actions npm increment and publish
1 parent bd121d8 commit 760519e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publishNPM.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ jobs:
99
with:
1010
node-version: 10
1111
- uses: phips28/gh-action-bump-version@master
12-
env:
13-
PACKAGEJSON_DIR: 'template-react-native-typescript'
14-
15-
- run: npm install
16-
- run: npm test
1712
- uses: JS-DevTools/npm-publish@v1
1813
with:
1914
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)