Skip to content

Commit

Permalink
improvement according pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kobayurii committed Aug 7, 2024
1 parent de7b83b commit fdbf6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-release:
permissions:
contents: write
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
if: >
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) ||
(github.event_name == 'release' && github.event.action == 'created')
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### What's Changed
* Update `nearcore` to v2.0.0
* Update rust version to v1.78.0
* Fix fetching the transaction details from the GCS Bucket
* Fixed transaction borsh deserialization error

## [0.2.11](https://github.com/near/read-rpc/releases/tag/v0.2.11)
### Supported Nearcore Version
Expand Down

0 comments on commit fdbf6ef

Please sign in to comment.