File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 17
17
-e "s/https\:\/\/deno.land\/x\/functional\@[v0-9\.]*/https\:\/\/deno.land\/x\/functional\@${RELEASE_VERSION}/"
18
18
-e "s/https\:\/\/x.nest.land\/functional\@[v0-9\.]*/https\:\/\/x.nest.land\/functional\@${RELEASE_VERSION}/"
19
19
| tee ./README.md
20
+ - run : |
20
21
git config --local user.email "[email protected] "
21
22
git config --local user.name "GitHub Action"
22
23
git add .
Original file line number Diff line number Diff line change 1
1
// @deno -types="./library/Either.d.ts"
2
2
export * from "./library/Either.js" ;
3
- // @deno -types="./library/IO.d.ts"
4
3
export * from "./library/IO.js" ;
5
4
// @deno -types="./library/Maybe.d.ts"
6
5
export * from "./library/Maybe.js" ;
7
- // @deno -types="./library/SumType.d.ts"
8
6
export * from "./library/SumType.js" ;
9
7
export * from "./library/Symbols.js" ;
10
- // @deno -types="./library/Task.d.ts"
11
8
export * from "./library/Task.js" ;
You can’t perform that action at this time.
0 commit comments