Skip to content

Commit e66dafe

Browse files
fixed some bugs
1 parent eb70b58 commit e66dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: chmod +x ./gradlew
3131

3232
- name: Run Generator
33-
run: ./gradlew :generator:run --no-daemon
33+
run: ./gradlew :generator:run --args="--openapi-url https://raw.githubusercontent.com/near/nearcore/master/chain/jsonrpc/openapi/openapi.json" --no-daemon
3434

3535
- name: Build project
3636
run: ./gradlew build --stacktrace --no-daemon

0 commit comments

Comments
 (0)