Skip to content

Commit

Permalink
Merge pull request #63 from Next2D/main
Browse files Browse the repository at this point in the history
publish test
  • Loading branch information
ienaga committed May 4, 2023
2 parents d4d83cc + 3185d2c commit dc50a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- run: npm run lint
- run: npm test
- run: npm run build
- run: cp LICENSE dist
- run: cp README.md dist
- run: node publish.js
- run: cd dist
- run: cp LICENSE ./dist
- run: cp README.md ./dist
- run: cd ./dist
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 comments on commit dc50a4d

Please sign in to comment.