Skip to content

refactor: Text Props Type 수정 #56

refactor: Text Props Type 수정

refactor: Text Props Type 수정 #56

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/@team-return/design-system
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}