Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 8403622

Browse files
committed
ci(release): bump package version before building
1 parent c7d23d9 commit 8403622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
- name: Install dependencies
4242
run: pnpm i --frozen-lockfile
4343

44-
- name: Run build
45-
run: pnpm build
46-
4744
- name: Bump package version
4845
run: |
4946
git config --global user.name "GitHub Actions"
5047
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5148
pnpm version ${{ github.ref_name }} --git-tag-version false
5249
50+
- name: Run build
51+
run: pnpm build
52+
5353
- name: Update repository
5454
run: |
5555
git add .

0 commit comments

Comments
 (0)