Skip to content

Commit

Permalink
Continue on error in GitHub tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleisher committed Mar 24, 2022
1 parent a4af26e commit 42da976
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 @@ -441,15 +441,16 @@ stages:
artifactName: 'NuGet32'
targetPath: tmp
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
action: 'delete'
# target: '$(Build.SourceVersion)'
tagSource: 'manual'
tag: 'Nightly'
continueOnError: true
- task: GitHubRelease@0
continueOnError: true
inputs:
gitHubConnection: Z3GitHub
repositoryName: 'Z3Prover/z3'
Expand All @@ -464,7 +465,6 @@ stages:
assetUploadMode: 'replace'
isDraft: false
isPreRelease: true
continueOnError: true

- stage: NugetPublishNightly
jobs:
Expand Down

0 comments on commit 42da976

Please sign in to comment.