Skip to content

Commit

Permalink
Remove misplaced single quote [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin authored Jan 3, 2020
1 parent d2f3866 commit 32e8af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'variables:
variables:
version: '0.1.3'

name: $(version)$(rev:.r)
Expand Down Expand Up @@ -72,4 +72,4 @@ stages:
$(artifactsDirectory)/*.tar.gz
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
isPreRelease: true
isPreRelease: true

0 comments on commit 32e8af3

Please sign in to comment.