Skip to content

Commit 3c10973

Browse files
chore(release): set version to 3.12.2 [skip ci]
### [3.12.2](v3.12.1...v3.12.2) (2020-01-30) #### Bug Fixes * **cd.yml:** provide explicit path to find command ([21ca24c](21ca24c)) > There is an existing issue with win64 agents trying to run the find command actions/runner-images#263 > > The fix is to provide the explicit path to the find command.
1 parent 5e60ece commit 3c10973

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [3.12.2](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.1...v3.12.2) (2020-01-30)
4+
5+
#### Bug Fixes
6+
7+
* **cd.yml:** provide explicit path to find command ([21ca24c](https://github.com/ExtendRealityLtd/DevOps/commit/21ca24c519d732e83fba030c646196d11f2925b4))
8+
> There is an existing issue with win64 agents trying to run the find command https://github.com/actions/virtual-environments/issues/263
9+
>
10+
> The fix is to provide the explicit path to the find command.
11+
312
### [3.12.1](https://github.com/ExtendRealityLtd/DevOps/compare/v3.12.0...v3.12.1) (2019-12-21)
413

514
#### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.devops",
33
"displayName": "DevOps",
44
"description": "A collection of templates to simplify the continuous integration and deployment of projects by https://github.com/ExtendRealityLtd.",
5-
"version": "3.12.1",
5+
"version": "3.12.2",
66
"homepage": "https://github.com/ExtendRealityLtd/DevOps/",
77
"bugs": {
88
"url": "https://github.com/ExtendRealityLtd/DevOps/issues"

0 commit comments

Comments
 (0)