File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ jobs:
198198 needs : release
199199 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
200200 steps :
201+ - uses : actions/checkout@v4
202+
201203 - name : Get Bot Application Token
202204 id : get_workflow_token
203205 uses : peter-murray/workflow-application-token-action@v3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " ansys-openapi-common"
77description = " Provides a helper to create sessions for use with Ansys OpenAPI clients."
8- version = " 1.5.0rc0 "
8+ version = " 1.5.0rc1 "
99license = " MIT"
1010authors = [" ANSYS, Inc. <pyansys.core@ansys.com>" ]
1111maintainers = [" ANSYS, Inc. <pyansys.core@ansys.com>" ]
You can’t perform that action at this time.
0 commit comments