Skip to content

Commit

Permalink
chore: fix github release yml (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jan 10, 2025
1 parent 42c42d5 commit bab6aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'auto'
tagSource: 'gitTag'
releaseNotesFile: 'CHANGELOG.md'
isDraft: true
- bash: echo "##vso[task.prependpath]$CONDA/bin"
Expand Down

0 comments on commit bab6aed

Please sign in to comment.