Skip to content

Commit

Permalink
release test
Browse files Browse the repository at this point in the history
  • Loading branch information
kotaesaki committed Oct 30, 2023
1 parent 534ac00 commit 992d64b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release on npm

on:
push:
branches: "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ https://www.npmjs.com/package/@kiizan_kiizan/eslint-config

# インストール方法
```shell
yarn add @kiizan_kiizan/eslint-config
// or
npm install @kiizan_kiizan/eslint-config
yarn add -D @kiizan_kiizan/eslint-config
```

0 comments on commit 992d64b

Please sign in to comment.