File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,17 @@ jobs:
1515 - name : Checkout
1616 uses : actions/checkout@v3
1717 with :
18- persist-credentials : false
18+ persist-credentials : true
19+ fetch-depth : 0
20+ - name : Setup Git
21+ run : |
22+ git config user.name "github-actions[bot]"
23+ git config user.email "github-actions[bot]@users.noreply.github.com"
1924 - name : Lint & Test
2025 uses : ./.github/actions/build
2126 - name : Release
2227 run : npx semantic-release
2328 env :
2429 NPM_TOKEN : ${{secrets.npm_token}}
2530 GH_TOKEN : ${{secrets.GH_TOKEN}}
31+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7272 "url" : " https://github.com/Leanplum/Leanplum-JavaScript-SDK/issues"
7373 },
7474 "release" : {
75- "repositoryUrl" : " git@ github.com: Leanplum/Leanplum-JavaScript-SDK.git" ,
75+ "repositoryUrl" : " https:// github.com/ Leanplum/Leanplum-JavaScript-SDK.git" ,
7676 "tagFormat" : " ${version}" ,
7777 "branches" : [
7878 " master" ,
You can’t perform that action at this time.
0 commit comments