Skip to content

Commit 30f8eaf

Browse files
Update npm-publish.yml
1 parent 235d951 commit 30f8eaf

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
1-
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3-
4-
name: Node.js Package
1+
name: react-floki
52

63
on:
74
push:
85
branches:
96
- master
107

118
jobs:
12-
build:
13-
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
17-
with:
18-
node-version: 14
19-
- run: yarn install
20-
219
publish-npm:
22-
needs: build
2310
runs-on: ubuntu-latest
2411
steps:
2512
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)