Skip to content

Commit

Permalink
Merge pull request #737 from nervosnetwork/troubleshoot-azure-pipelines
Browse files Browse the repository at this point in the history
chore: Specify release tags only for Azure Pipelines to build
  • Loading branch information
ashchan authored Jul 25, 2019
2 parents b51cd54 + daed6c6 commit 98aba68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trigger:
- rc/*
tags:
include:
- '*'
- refs/tags/v*

pr:
autoCancel: true
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-wallet/scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.default = async function notarizing(context) {
return await notarize({
appBundleId: 'com.nervos.neuron',
appPath: `${appOutDir}/${appName}.app`,
appleId: appldId,
appleId: appleId,
appleIdPassword: appleIdPassword,
});
};

0 comments on commit 98aba68

Please sign in to comment.