Skip to content

Commit 5145974

Browse files
committed
chore: update github actions and release for v10
1 parent 8d029fa commit 5145974

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- v10
77
pull_request:
88
branches:
9-
- master
9+
- v10
1010
permissions:
1111
contents: read
1212
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Commit changelog
5151
uses: stefanzweifel/git-auto-commit-action@v5
5252
with:
53-
branch: master
53+
branch: v10
5454
file_pattern: '*.md'
5555
commit_message: 'chore: sync changelog'
5656

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for PKG in packages/* ; do
2323
continue
2424
fi
2525
pushd $PKG
26-
TAG="latest"
26+
TAG="stable"
2727
echo "⚡ Publishing $PKG with tag $TAG"
2828
pnpm publish --access public --no-git-checks --tag $TAG
2929
popd > /dev/null

0 commit comments

Comments
 (0)