Skip to content

Commit e4f2123

Browse files
authored
fix: include toml files in build (#1477)
1 parent dab1026 commit e4f2123

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/gobuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches: [main]
66
paths:
77
- '**.go'
8+
- '**.toml'
89
- 'go.mod'
910
pull_request:
1011
branches: [main]
1112
paths:
1213
- '**.go'
14+
- '**.toml'
1315
- 'go.mod'
1416

1517
jobs:

pkg/core/localize/locales/en/auth_token.en.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ one = 'expected map claims but got "{{.Claims}}"'
66

77
[auth.token.getExpiry.error.expectedExpiryClaimError]
88
one = 'expected floating point "exp" but got "{{Claim}}"'
9-

0 commit comments

Comments
 (0)