We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd98efc commit 7ef13c3Copy full SHA for 7ef13c3
meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: playwright
3
- version: "{{ environ.get('GIT_DESCRIBE_TAG') }}"
+ version: "{{ environ.get('GIT_DESCRIBE_TAG') | replace('v', '') }}"
4
5
source:
6
path: .
0 commit comments