Skip to content

Commit

Permalink
🚿 Cleanup - Remove extra 'v' in build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLGoldberg committed Sep 14, 2023
1 parent e199536 commit 915c450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
- bash: |
echo ">>> Publish"
npm run deploy -- v$(Build.SourceBranchName)
npm run deploy -- $(Build.SourceBranchName)
displayName: Publish
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Agent.OS'], 'Linux'))
env:
Expand Down

0 comments on commit 915c450

Please sign in to comment.