Skip to content

Commit

Permalink
Merge pull request #483 from microsoftgraph/bugfix/publish
Browse files Browse the repository at this point in the history
- fixes publishing sequence
  • Loading branch information
baywet authored Jan 26, 2024
2 parents 1812ac9 + 8826b2a commit 15d9675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --access public
- run: npx lerna publish from-package --yes
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 15d9675

Please sign in to comment.