Skip to content

chore(master): release 6.1.0 (#137) #88

chore(master): release 6.1.0 (#137)

chore(master): release 6.1.0 (#137) #88

Triggered via push July 15, 2026 11:52
Status Failure
Total duration 2m 23s
Artifacts

release.yml

on: push
release-please
13s
release-please
build, pack & publish
2m 2s
build, pack & publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build, pack & publish
Process completed with exit code 1.
release-please
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: googleapis/release-please-action@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build, pack & publish
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build, pack & publish: Gotrue/Mfa/MfaVerifyResponse.cs#L21
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build, pack & publish: Gotrue/Mfa/MfaVerifyResponse.cs#L13
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build, pack & publish: Gotrue/Mfa/MfaVerifyResponse.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build, pack & publish: Gotrue/Mfa/TOTP.cs#L22
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build, pack & publish: Gotrue/Mfa/TOTP.cs#L17
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build, pack & publish: Gotrue/Mfa/TOTP.cs#L11
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build, pack & publish: Gotrue/StatelessClient.cs#L125
Nullability of reference types in value of type 'AmrEntry?[]' doesn't match target type 'AmrEntry[]'.
build, pack & publish: Gotrue/Api.cs#L549
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build, pack & publish: Gotrue/Api.cs#L547
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
build, pack & publish: Gotrue/AdminClient.cs#L129
Possible null reference assignment.