Skip to content

Commit

Permalink
test: v0.4.1-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 29, 2023
1 parent 7a57a1b commit 898ab61
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
34 changes: 16 additions & 18 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,19 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn cache clean
- run: yarn tsc-build:outDir
- run: ls -R build
- run: cat build/components/ScatterGraphy/index.d.ts
# - run: |
# npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_AUTH_TOKEN }}
# npm config set access public
# - run: |
# sed -i "s|CHROMATIC_HOMEPAGE|${{ steps.chromatic.outputs.storybookUrl }}|" package.json
# - run: yarn publish
# - run: |
# sed -i "s|${{ steps.chromatic.outputs.storybookUrl }}|CHROMATIC_HOMEPAGE|" package.json
# - run: cp -R build/* dist/
# - run: |
# git config --global user.name "류건열"
# git config --global user.email "rjsduf0503@naver.com"
# - run: |
# git add dist
# git commit -am 'build: automate deploy dist'
# git push -f https://${{ secrets.GIT_AUTH_TOKEN }}@github.com/rjsduf0503/react-scatter-graphy.git HEAD:dist-build
- run: cp -R build/* dist/
- run: |
npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_AUTH_TOKEN }}
npm config set access public
- run: |
sed -i "s|CHROMATIC_HOMEPAGE|${{ steps.chromatic.outputs.storybookUrl }}|" package.json
- run: yarn publish
- run: |
sed -i "s|${{ steps.chromatic.outputs.storybookUrl }}|CHROMATIC_HOMEPAGE|" package.json
- run: |
git config --global user.name "류건열"
git config --global user.email "rjsduf0503@naver.com"
- run: |
git add dist
git commit -am 'build: automate deploy dist'
git push -f https://${{ secrets.GIT_AUTH_TOKEN }}@github.com/rjsduf0503/react-scatter-graphy.git HEAD:dist-build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scatter-graphy",
"version": "0.4.1-alpha5",
"version": "0.4.1-alpha6",
"description": "Image src based retro typography with scattering animation",
"private": false,
"files": [
Expand Down

0 comments on commit 898ab61

Please sign in to comment.