Skip to content

Commit 8f9abaa

Browse files
Merge branch 'main' into release/0.4
2 parents 6b8c462 + 25e157a commit 8f9abaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: ansys-api-geometry-artifacts
7373

7474
- name: Release
75-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
75+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
7676
with:
7777
generate_release_notes: true
7878
files: |

ansys/api/geometry/v0/models.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ enum InspectGeometryMessageId {
788788
ERROR_MESH= 38;
789789
ERROR_NOGEOMETRY= 39;
790790
VERTEXOVERLAP = 40;
791+
ERROR_VERTEXGEOMETRY = 41;
791792
}
792793

793794
message InspectGeometryOptions {

0 commit comments

Comments
 (0)