Skip to content

Commit

Permalink
Merge pull request #7 from Next2D/develop
Browse files Browse the repository at this point in the history
update publish.yml
  • Loading branch information
ienaga authored Nov 9, 2023
2 parents ef7925e + a496701 commit e79f936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run publish
- run: npm publish --access public
Expand Down

0 comments on commit e79f936

Please sign in to comment.