Skip to content

Commit 7ef13c3

Browse files
authored
devops: do not publish conda packages with v prefix (microsoft#2039)
1 parent cd98efc commit 7ef13c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: playwright
3-
version: "{{ environ.get('GIT_DESCRIBE_TAG') }}"
3+
version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
44

55
source:
66
path: .

0 commit comments

Comments
 (0)