Skip to content

Commit 8be4bca

Browse files
authored
feat: upgrade the clevertap web sdk to 2.3.0
* feat: upgrade the clevertap web sdk to 2.3.0 * Updates test file * Updated @qiwi/semrel-metabranch version * Removed @qiwi/semrel-metabranch package. Replaced with @semantic-release/git * yarn lock file update * release.yml updated
1 parent 9817984 commit 8be4bca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
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",

0 commit comments

Comments
 (0)