Skip to content

Commit

Permalink
fixup github connection
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 16, 2022
1 parent 2103379 commit 45a4b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ stages:
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3-Pipeline-Github
gitHubConnection: Z3Prover
repositoryName: 'Z3Prover/z3'
action: 'delete'
# target: '$(Build.SourceVersion)'
Expand All @@ -516,7 +516,7 @@ stages:
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3-Pipeline-Github
gitHubConnection: Z3Prover
repositoryName: 'Z3Prover/z3'
action: 'create'
# target: '$(Build.SourceVersion)'
Expand Down

0 comments on commit 45a4b81

Please sign in to comment.