Skip to content

Commit

Permalink
fix: include toml files in build (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Mar 20, 2022
1 parent dab1026 commit e4f2123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches: [main]
paths:
- '**.go'
- '**.toml'
- 'go.mod'
pull_request:
branches: [main]
paths:
- '**.go'
- '**.toml'
- 'go.mod'

jobs:
Expand Down
1 change: 0 additions & 1 deletion pkg/core/localize/locales/en/auth_token.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ one = 'expected map claims but got "{{.Claims}}"'

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

0 comments on commit e4f2123

Please sign in to comment.