We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235d951 commit 30f8eafCopy full SHA for 30f8eaf
.github/workflows/npm-publish.yml
@@ -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
+name: react-floki
5
6
on:
7
push:
8
branches:
9
- master
10
11
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
21
publish-npm:
22
- needs: build
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@v2
0 commit comments