Skip to content

Commit 65d1746

Browse files
authored
Update release CI (#217)
2 parents addf776 + c3b0229 commit 65d1746

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
with:
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535

36-
- name: Check gh auth status
37-
run: gh auth status
38-
env:
39-
GH_TOKEN: ${{ secrets.GIT_TOKEN }}
40-
4136
- name: Install dependencies
4237
run: pnpm install --strict-peer-dependencies=false --no-frozen-lockfile
4338
- name: Run build
@@ -50,9 +45,4 @@ jobs:
5045
env:
5146
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
5247
- name: Publish package
53-
run: pnpm beachball publish --access public -y --no-push --no-git-tags
54-
- name: Open PR
55-
run: |
56-
gh pr create --title "apply package updates" --body ""
57-
env:
58-
GH_TOKEN: ${{ secrets.GIT_TOKEN }}
48+
run: pnpm beachball publish --access public -y
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "sync",
4+
"packageName": "@apibara/plugin-mongo",
5+
"email": "francesco@ceccon.me",
6+
"dependentChangeType": "patch"
7+
}

packages/plugin-mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apibara/plugin-mongo",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"repository": "apibara/typescript-sdk",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)