Skip to content

Commit

Permalink
fix: triggers ci again (sigh)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Kaminski committed Jun 8, 2023
1 parent 8667403 commit 8b86095
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "master"
- "release/*"
jobs:
build_and_push:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"branches": ["master"]
"branches": ["master", "release/*"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"types": "dist/index.d.ts",
"main": "dist/index.js",
"engines": {
"node": ">=16.13.0"
"node": ">=18.16.0"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion src/kms.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// export-alias for named import @figedi/sops/kms (includes spec addons)
// export-alias for named import @figedi/sops/kms (includes spec-files)
export * from "./kms-addon";

0 comments on commit 8b86095

Please sign in to comment.