-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
# Conflicts: # src/lib.rs # src/models.rs # tests/clients_tests/helpers/wallet.rs
- Loading branch information
Showing
5 changed files
with
5 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 |
---|---|---|
|
@@ -9,11 +9,11 @@ jobs: | |
create_release: | ||
name: Create from merged release branch | ||
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/') | ||
uses: monero-rs/workflows/.github/workflows/[email protected].2 | ||
uses: monero-rs/workflows/.github/workflows/[email protected].3 | ||
|
||
release_to_crates: | ||
name: Publish the new release to crates.io | ||
uses: monero-rs/workflows/.github/workflows/[email protected].2 | ||
uses: monero-rs/workflows/.github/workflows/[email protected].3 | ||
# Do not run before creating the release is done | ||
needs: create_release | ||
secrets: | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
jobs: | ||
draft-new-release: | ||
name: Draft a new release | ||
uses: monero-rs/workflows/.github/workflows/[email protected].2 | ||
uses: monero-rs/workflows/.github/workflows/[email protected].3 | ||
with: | ||
version: ${{ github.event.inputs.version }} | ||
base_branch: 'main' |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
jobs: | ||
release_to_crates: | ||
name: Publish the new release to crates.io | ||
uses: monero-rs/workflows/.github/workflows/[email protected].2 | ||
uses: monero-rs/workflows/.github/workflows/[email protected].3 | ||
secrets: | ||
cratesio_token: ${{ secrets.H4SH3D_CARGO_REGISTRY_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -781,3 +781,4 @@ pub async fn create_check_tx_proof_assert_ok( | |
assert!(check_res.is_ok()); | ||
assert!(check_res.unwrap().good); | ||
} | ||
|