Skip to content

Commit

Permalink
Fix repository name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
devin122 committed Jan 2, 2021
1 parent 1fa82f2 commit 12aa05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stages:
- task: GitHubRelease@1
inputs:
gitHubConnection: hustle-release
repositoryName: $(Build.RepositoryName)
repositoryName: $(Build.Repository.Name)
action: create
isDraft: true
tagSource: userSpecifiedTag
Expand Down

0 comments on commit 12aa05c

Please sign in to comment.