Browse Source

Fix naming of release and tag (#1605)

Ruslan Ibragimov 3 years ago
parent
commit
da27d3c844
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/release_drafter.yaml

+ 2 - 2
.github/release_drafter.yaml

@@ -1,5 +1,5 @@
-name-template: 'v$RESOLVED_VERSION'
-tag-template: '$RESOLVED_VERSION'
+name-template: '$RESOLVED_VERSION'
+tag-template: 'v$RESOLVED_VERSION'
 template: |
   ## Changes
   $CHANGES