Skip to content

Commit f42a0bd

Browse files
committed
ci: trigger
1 parent bdaf94d commit f42a0bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Install dependencies
1616
uses: ./.github/actions/install-dependencies
1717

18-
- name: Set version
19-
run: |
20-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
21-
git config --global user.name "github-actions[bot]"
22-
npm version patch -m "chore: submit %s to web store"
23-
git push --tags
18+
# - name: Set version
19+
# run: |
20+
# git config --global user.email "github-actions[bot]@users.noreply.github.com"
21+
# git config --global user.name "github-actions[bot]"
22+
# npm version patch -m "chore: submit %s to web store"
23+
# git push --tags
2424

2525
- name: Build
2626
run: bun run build

0 commit comments

Comments
 (0)