File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ jobs:
1616 | sed
1717 -e "s/https\:\/\/deno.land\/x\/functional\@[v0-9\.]*/https\:\/\/deno.land\/x\/functional\@${RELEASE_VERSION}/"
1818 -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 "action@github.com"
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 "action@github.com"
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