-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename breez-sdk to breez-sdk-greenlight
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -33,9 +33,9 @@ jobs: | |
build-packages: | ||
needs: setup | ||
name: build packages | ||
uses: breez/breez-sdk/.github/workflows/publish-all-platforms.yml@main | ||
uses: breez/breez-sdk-greenlight/.github/workflows/publish-all-platforms.yml@main | ||
with: | ||
repository: breez/breez-sdk | ||
repository: breez/breez-sdk-greenlight | ||
ref: ${{ needs.setup.outputs.sdk-ref }} | ||
package-version: ${{ needs.setup.outputs.package-version }} | ||
packages-to-publish: '["csharp", "flutter", "golang", "react-native", "python"]' | ||
|
@@ -68,13 +68,13 @@ jobs: | |
- name: temporarily get sdk | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: breez/breez-sdk | ||
repository: breez/breez-sdk-greenlight | ||
ref: ${{ needs.setup.outputs.sdk-ref }} | ||
path: breez-sdk | ||
path: breez-sdk-greenlight | ||
|
||
- id: rev-parse | ||
name: get proper rev | ||
working-directory: breez-sdk | ||
working-directory: breez-sdk-greenlight | ||
run: | | ||
rev=$(git rev-parse HEAD) | ||
echo "$rev" | ||
|
@@ -83,7 +83,7 @@ jobs: | |
- name: set sdk version | ||
working-directory: snippets/rust | ||
run: | | ||
cargo add --git https://github.com/breez/breez-sdk.git breez-sdk-core --rev "${{ steps.rev-parse.outputs.rev }}" | ||
cargo add --git https://github.com/breez/breez-sdk-greenlight.git breez-sdk-core --rev "${{ steps.rev-parse.outputs.rev }}" | ||
- name: clippy | ||
working-directory: snippets/rust | ||
|
@@ -355,4 +355,4 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git add -f book | ||
git commit -m "Generate documentation" | ||
git push origin --force pre-release:pre-release-generated | ||
git push origin --force pre-release:pre-release-generated |