Skip to content

✨ base v0.3.0: add no-shadow rule, use tseslint strict preset (#38) #15

✨ base v0.3.0: add no-shadow rule, use tseslint strict preset (#38)

✨ base v0.3.0: add no-shadow rule, use tseslint strict preset (#38) #15

Workflow file for this run

name: Publish (Base)
on:
push:
tags:
- base-v*
jobs:
publish:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
# npm 공용 레지스트리에 배포
- name: Publish to npm
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
yarn publish:base --registry=https://registry.npmjs.org/