We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b28ee commit 9b99047Copy full SHA for 9b99047
1 file changed
.github/workflows/ci.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: install dependencies
15
run: yarn install
16
17
- - name: build
18
- run: yarn build
19
-
20
- name: set development version
21
run: node version-bump.mjs dev-${{ github.sha }}
22
+ - name: build
+ run: yarn build
+
23
- name: upload dist
24
uses: actions/upload-artifact@v3.1.0
25
with:
0 commit comments