Skip to content

Commit

Permalink
fix(ci): Use correct connection for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrewe committed Jul 24, 2020
1 parent 8c10753 commit 5ac30c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ stages:
- task: GithubRelease@0
displayName: 'Create GitHub Release'
inputs:
gitHubConnection: ngrewe
gitHubConnection: ngrewe (OAuth)
repositoryName: ngrewe/vault-ssh-renew
assets: $(Pipeline.Workspace)/build.pythondist/*

0 comments on commit 5ac30c1

Please sign in to comment.