File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ jobs:
16
16
| sed
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
- | tee ./README.md
20
- - run : |
21
- git config --local user.email "[email protected] "
22
- git config --local user.name "GitHub Action"
23
- git add .
24
- git commit --amend --no-edit
25
- git push https://${{ env.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/sebastienfilion/functional.git HEAD:master --force
19
+ | tee ./README.md > /dev/null
20
+ && echo $RELEASE_VERSION
21
+ && git config --local user.email "[email protected] "
22
+ && git config --local user.name "GitHub Action"
23
+ && git add .
24
+ && git commit --amend --no-edit
25
+ && git push
26
+ https://${{ env.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/sebastienfilion/functional.git
27
+ HEAD:master --force
You can’t perform that action at this time.
0 commit comments