We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ace55 commit f4cd528Copy full SHA for f4cd528
1 file changed
azure-pipelines.yml
@@ -55,8 +55,8 @@ steps:
55
# Create, edit, or discard a GitHub release.
56
- task: GithubRelease@0
57
inputs:
58
- gitHubConnection:
59
- repositoryName:
+ gitHubConnection: shoneslab
+ repositoryName: fission-cli
60
action: 'create' # Options: create, edit, discard
61
target: '$(build.sourceVersion)' # Required when action == create || action == edit
62
tagSource: 'manual' # Required when action == create. Options: auto, manual
0 commit comments