-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove some ci automation no longer needed
Signed-off-by: Todd Baert <[email protected]>
- Loading branch information
Showing
5 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,18 +32,3 @@ jobs: | |
node-version: 18 | ||
registry-url: "https://registry.npmjs.org" | ||
cache: 'npm' | ||
|
||
# if this is an @openfeature/core release, but the SDKs to use this version as a peer, and commit back | ||
- name: Update Peer Version in Dependants | ||
if: ${{ endsWith(github.ref_name, env.CORE_PACKAGE) }} | ||
run: | | ||
npm run update-core-peers && \ | ||
! git diff-files --quiet && \ | ||
( echo 'Updated peer dependency in dependents, committing...' | ||
git add --all && \ | ||
git config user.name "openfeature-peer-update-bot" && \ | ||
git config user.email "[email protected]" && \ | ||
git commit -m 'fix: bump @openfeature/${{ env.CORE_PACKAGE }} peer' -s && \ | ||
git push ) || echo 'Peer dependency in dependents is already up to date.' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters