We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e1edb commit 76b69a3Copy full SHA for 76b69a3
.github/workflows/release-ci.yml
@@ -52,9 +52,6 @@ jobs:
52
build:
53
runs-on: ubuntu-22.04
54
needs: [test]
55
- defaults:
56
- run:
57
- working-directory: react
58
strategy:
59
matrix:
60
node-version: [22.x]
@@ -67,11 +64,12 @@ jobs:
67
64
node-version: ${{ matrix.node-version }}
68
65
- name: Update version
69
66
run: npm version ${{ github.event.inputs.version }} --no-git-tag-version
+ working-directory: react
70
- name: Build
71
run: npm run build
72
- name: Create release asset
73
run: tar -cvzf bwmon.tar.gz react/build server
74
- working-directory: ..
75
- name: Upload build artifacts
76
uses: actions/upload-artifact@v4
77
with:
0 commit comments