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 dca3920 commit 6e56e84Copy full SHA for 6e56e84
azure-pipelines.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- script: npm run semantic-release
28
displayName: 'Publish to npm'
29
- condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
+ condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
30
env:
31
GH_TOKEN: $(GITHUB_TOKEN)
32
NPM_TOKEN: $(Npm.Token)
0 commit comments