Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 2e54d46

Browse files
committed
rename fork
1 parent 8c2be33 commit 2e54d46

File tree

4 files changed

+215
-15
lines changed

4 files changed

+215
-15
lines changed

.github/workflows/release.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release npm package
2+
on:
3+
release:
4+
types: [created]
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v2
11+
with:
12+
node-version: '14.x'
13+
registry-url: 'https://registry.npmjs.org'
14+
- run: npm install
15+
- run: npm publish
16+
env:
17+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**This is a fork.**
2+
3+
---
4+
15
<h1 align="center">Choo</h1>
26

37
<div align="center">

package-lock.json

+186-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)