Skip to content

Commit 9b99047

Browse files
authored
fix: run version script before the build
1 parent e6b28ee commit 9b99047

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: install dependencies
1515
run: yarn install
1616

17-
- name: build
18-
run: yarn build
19-
2017
- name: set development version
2118
run: node version-bump.mjs dev-${{ github.sha }}
2219

20+
- name: build
21+
run: yarn build
22+
2323
- name: upload dist
2424
uses: actions/upload-artifact@v3.1.0
2525
with:

0 commit comments

Comments
 (0)