Skip to content

Commit

Permalink
Remove -preview tag from GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Mar 16, 2022
1 parent a44ba39 commit f7c62ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/azure-pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
gitHubConnection: github
repositoryName: $(Build.Repository.Name)
tagSource: userSpecifiedTag
tag: v$(version)-preview
tag: v$(version)
isPreRelease: true
isDraft: true # After running this step, visit the new draft release, edit, and publish.
assets: $(Build.ArtifactStagingDirectory)/*
Expand Down

0 comments on commit f7c62ad

Please sign in to comment.