Skip to content

Commit

Permalink
Update github service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleisher authored and NikolajBjorner committed Aug 15, 2022
1 parent 88f4664 commit 88b3e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ stages:
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3GitHub
gitHubConnection: Z3-Pipeline-Github
repositoryName: 'Z3Prover/z3'
action: 'delete'
# target: '$(Build.SourceVersion)'
Expand All @@ -515,7 +515,7 @@ stages:
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3GitHub
gitHubConnection: Z3-Pipeline-Github
repositoryName: 'Z3Prover/z3'
action: 'create'
# target: '$(Build.SourceVersion)'
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ stages:
path: $(Agent.TempDirectory)
- task: GitHubRelease@0
inputs:
gitHubConnection: Z3GitHub
gitHubConnection: Z3-Pipeline-Github
repositoryName: $(Build.Repository.Name)
action: 'create'
target: '$(Build.SourceVersion)'
Expand Down

0 comments on commit 88b3e0c

Please sign in to comment.