Skip to content

Commit 2b83a72

Browse files
committed
Switch to using newer GithubRelease task.
1 parent 5398d3b commit 2b83a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ steps:
223223
BuildNumber: $(Build.BuildNumber)
224224
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
225225

226-
- task: GithubRelease@0
226+
- task: GithubRelease@1
227227
displayName: 'Create GitHub Release'
228228
condition: and(succeeded(), ne(variables['package_count'],0))
229229
inputs:

0 commit comments

Comments
 (0)