Skip to content

Commit 6370471

Browse files
committed
plugin-mongo: update readme
1 parent 8ca8a15 commit 6370471

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ 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+
3641
- name: Install dependencies
3742
run: pnpm install --strict-peer-dependencies=false --no-frozen-lockfile
3843
- name: Run build
@@ -45,4 +50,9 @@ jobs:
4550
env:
4651
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
4752
- name: Publish package
48-
run: pnpm beachball publish --access public -y
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 }}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "plugin-mongo: update readme",
4+
"packageName": "@apibara/plugin-mongo",
5+
"email": "francesco@ceccon.me",
6+
"dependentChangeType": "patch"
7+
}

packages/plugin-mongo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `@apibara/sink-mongo`
1+
# `@apibara/plugin-mongo`
22

33
TODO
44

0 commit comments

Comments
 (0)