We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319cfc9 commit 7a50946Copy full SHA for 7a50946
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.13.1](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.13.0...v1.13.1) (2026-03-12)
4
+
5
6
+### Bug Fixes
7
8
+* slightly different polling termination condition ([#208](https://github.com/stainless-api/upload-openapi-spec-action/issues/208)) ([319cfc9](https://github.com/stainless-api/upload-openapi-spec-action/commit/319cfc9d3522edacb70de93393c572bcdbdf15ac))
9
10
## [1.13.0](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.12.0...v1.13.0) (2026-03-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "upload-openapi-spec-action",
- "version": "1.13.0",
+ "version": "1.13.1",
"main": "dist/index.js",
"scripts": {
"build": "./scripts/build",
0 commit comments