diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cab5e70b9..e6d55a3a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Build Workflow Dispatch uses: convictional/trigger-workflow-and-wait@v1.3.0 with: - owner: web3j + owner: hyperledger repo: web3j github_token: ${{ secrets.GITHUB_TOKEN }} workflow_file_name: build.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e40bbc0..7e0c8a904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * Fix Snapshot release secrets [#2031](https://github.com/hyperledger/web3j/pull/2031) * Fix Sign method [#2033](https://github.com/hyperledger/web3j/pull/2033) * Revert 2031 and 2033 [#2034](https://github.com/hyperledger/web3j/pull/2034) -* Web3j release fix [2037](https://github.com/hyperledger/web3j/pull/2037) +* Web3j release fix [#2037](https://github.com/hyperledger/web3j/pull/2037) * Fix encodePacked DynamicBytes [2042](https://github.com/hyperledger/web3j/pull/2042) +* Repo owner changed [#2048](https://github.com/hyperledger/web3j/pull/2048) ### Features