Update build
This commit is contained in:
parent
86ffcfab5d
commit
694a90baee
5
.github/workflows/packages.yml
vendored
5
.github/workflows/packages.yml
vendored
|
|
@ -33,11 +33,6 @@ jobs:
|
|||
else
|
||||
echo "VERSION=3.0.0-preview.${{github.run_number}}" >> $GITHUB_ENV
|
||||
fi
|
||||
- name: Build designer package
|
||||
working-directory: ./src/modules/Elsa.Workflows.Designer
|
||||
run: |
|
||||
npm install --force
|
||||
npm run build
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release /p:Version=${VERSION}
|
||||
- name: Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue