File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ name : release
2+
3+ on :
4+ workflow_dispatch :
5+
6+ jobs :
7+ release :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v4
11+
12+ - uses : bgd-labs/github-workflows/.github/actions/setup-node@main
13+
14+ - name : Publish
15+ run : npm publish
16+ env :
17+ NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 11{
2- "name" : " aave-v3-origin" ,
3- "version" : " 1.0 .0" ,
2+ "name" : " @aave-dao/ aave-v3-origin" ,
3+ "version" : " 3.3 .0" ,
44 "scripts" : {
55 "lint" : " prettier . --check" ,
66 "lint:fix" : " prettier . --write"
77 },
8+ "publishConfig" : {
9+ "access" : " public"
10+ },
11+ "files" : [
12+ " src"
13+ ],
814 "repository" : {
915 "type" : " git" ,
1016 "url" : " git+https://github.com/aave-dao/aave-v3-origin.git"
You can’t perform that action at this time.
0 commit comments