We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44812ca commit 9aff372Copy full SHA for 9aff372
.github/workflows/push.yml
@@ -29,5 +29,6 @@ jobs:
29
- run: yarn build
30
- run: node scripts/setVersion.js --next
31
- run: lerna exec --scope @microsoft/* -- "npm publish --tag next"
32
+ if: github.repository == 'microsoftgraph/microsoft-graph-toolkit'
33
env:
34
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments