mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 15:23:41 +00:00
update to @1 for githubpublish action
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
602cfafd96
commit
81f4125f05
2 changed files with 3 additions and 3 deletions
|
@ -575,7 +575,7 @@ stages:
|
||||||
repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
action: 'delete'
|
action: 'delete'
|
||||||
# target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'gitTag'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
- task: GitHubRelease@1
|
- task: GitHubRelease@1
|
||||||
continueOnError: true
|
continueOnError: true
|
||||||
|
@ -584,7 +584,7 @@ stages:
|
||||||
repositoryName: 'Z3Prover/z3'
|
repositoryName: 'Z3Prover/z3'
|
||||||
action: 'create'
|
action: 'create'
|
||||||
# target: '$(Build.SourceVersion)'
|
# target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'gitTag'
|
||||||
tag: 'Nightly'
|
tag: 'Nightly'
|
||||||
title: 'Nightly'
|
title: 'Nightly'
|
||||||
releaseNotesSource: 'input'
|
releaseNotesSource: 'input'
|
||||||
|
|
|
@ -576,7 +576,7 @@ stages:
|
||||||
repositoryName: $(Build.Repository.Name)
|
repositoryName: $(Build.Repository.Name)
|
||||||
action: 'create'
|
action: 'create'
|
||||||
target: '$(Build.SourceVersion)'
|
target: '$(Build.SourceVersion)'
|
||||||
tagSource: 'manual'
|
tagSource: 'gitTag'
|
||||||
tag: 'z3-$(ReleaseVersion)'
|
tag: 'z3-$(ReleaseVersion)'
|
||||||
title: 'z3-$(ReleaseVersion)'
|
title: 'z3-$(ReleaseVersion)'
|
||||||
releaseNotesSource: 'input'
|
releaseNotesSource: 'input'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue