Skip to content

Commit 7c74f05

Browse files
committed
ci: uncomment
1 parent 9179938 commit 7c74f05

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)