Test #51
release-process_tester.yml
on: push
Create the release draft
10s
Annotations
1 error and 1 warning
Create the release draft
failed to create tag
HttpError: The object parameter must be exactly 40 characters and contain only [0-9a-f].
at file:///home/runner/work/_actions/notpeelz/action-gh-create-release/v5.0.1/action.mjs:4785:25
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async run (file:///home/runner/work/_actions/notpeelz/action-gh-create-release/v5.0.1/action.mjs:26940:21)
at async file:///home/runner/work/_actions/notpeelz/action-gh-create-release/v5.0.1/action.mjs:27074:3
Metadata: {
"status": 422,
"response": {
"url": "https://api.github.com/repos/Ultimaker/Cura/git/tags",
"status": 422,
"headers": {
"access-control-allow-origin": "*",
"access-control-expose-headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset",
"connection": "close",
"content-length": "171",
"content-security-policy": "default-src 'none'",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 04 Jun 2024 08:40:48 GMT",
"github-authentication-token-expiration": "2025-05-29 00:00:00 +0200",
"referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"server": "GitHub.com",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"vary": "Accept-Encoding, Accept, X-Requested-With",
"x-accepted-github-permissions": "contents=write",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-api-version-selected": "2022-11-28",
"x-github-media-type": "github.v3; format=json",
"x-github-request-id": "4402:1904E3:52730B0:535C1FA:665ED310",
"x-ratelimit-limit": "5000",
"x-ratelimit-remaining": "4994",
"x-ratelimit-reset": "1717493380",
"x-ratelimit-resource": "core",
"x-ratelimit-used": "6",
"x-xss-protection": "0"
},
"data": {
"message": "The object parameter must be exactly 40 characters and contain only [0-9a-f].",
"documentation_url": "https://docs.github.com/rest/git/tags#create-a-tag-object"
}
},
"request": {
"method": "POST",
"url": "https://api.github.com/repos/Ultimaker/Cura/git/tags",
"headers": {
"accept": "application/vnd.github.v3+json",
"user-agent": "octokit-core.js/3.6.0 Node.js/16.20.2 (linux; x64)",
"authorization": "token [REDACTED]",
"content-type": "application/json; charset=utf-8"
},
"body": "{\"tag\":\"255.123.42\",\"message\":\"255.123.42\",\"object\":\"null\",\"type\":\"commit\"}",
"request": {
"timeout": 30000
}
}
}
|
Create the release draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: notpeelz/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|