Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #519 from klaytn/dev
Browse files Browse the repository at this point in the history
Update workflows file and make trigger to deploy
  • Loading branch information
Sotatek-TuLe2 authored Sep 27, 2023
2 parents 5a924a7 + 1b90de5 commit 0bf9dd0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
id: last_successful_commit_pr
with:
main-branch-name: "main"
workflow-id: "publish.yml"
last-successful-event: "pull-request"

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand All @@ -38,13 +45,6 @@ jobs:
cd web3rpc/codegen && gradle wrapper && gradle wrapper clean :deployJar && cd - &&\
cd web3rpc/rpc-specs && npm install && bash -x generate-namespace.sh && cd
- uses: nrwl/nx-set-shas@v3
id: last_successful_commit_pr
with:
main-branch-name: "main"
workflow-id: "publish.yaml"
last-successful-event: "pull-request"

- name: Verify Changed files
uses: tj-actions/changed-files@v39
id: verify-changed-files
Expand Down
1 change: 1 addition & 0 deletions ethers-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
"@klaytn/web3rpc": "^0.9.0",
"lodash": "^4.17.21"
}

}
2 changes: 1 addition & 1 deletion web3j-ext/web3j-ext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ nexusStaging {

test {
useJUnitPlatform()
}
}
2 changes: 1 addition & 1 deletion web3js-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"ethereum-cryptography": "^2.1.2",
"lodash": "^4.17.21"
}
}
}
2 changes: 1 addition & 1 deletion web3py-ext/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
license="MIT",
)
)
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"dev": "redocly preview-docs",
"build": "redocly bundle"
}
}
}

0 comments on commit 0bf9dd0

Please sign in to comment.