From 8b86095d8163e600033783aa483f47c71c52345a Mon Sep 17 00:00:00 2001 From: Felix Kaminski Date: Thu, 8 Jun 2023 12:56:56 -0700 Subject: [PATCH] fix: triggers ci again (sigh) --- .github/workflows/build-and-push.yml | 1 + .releaserc | 2 +- package.json | 2 +- src/kms.ts | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 95c96a8..e176f64 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -4,6 +4,7 @@ on: push: branches: - "master" + - "release/*" jobs: build_and_push: runs-on: ubuntu-latest diff --git a/.releaserc b/.releaserc index 2dfc630..3fab71f 100644 --- a/.releaserc +++ b/.releaserc @@ -1,3 +1,3 @@ { - "branches": ["master"] + "branches": ["master", "release/*"] } \ No newline at end of file diff --git a/package.json b/package.json index 8ffb1bd..f54ebf6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "types": "dist/index.d.ts", "main": "dist/index.js", "engines": { - "node": ">=16.13.0" + "node": ">=18.16.0" }, "husky": { "hooks": { diff --git a/src/kms.ts b/src/kms.ts index 53d7476..3c1c324 100644 --- a/src/kms.ts +++ b/src/kms.ts @@ -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";