mirror of
https://github.com/Danneschs/platbik.git
synced 2026-08-08 01:57:37 +02:00
release config indentation repair
This commit is contained in:
parent
141871de0d
commit
fc25b9a4e8
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -19,8 +19,10 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
|
||||
- run: npm ci
|
||||
working-directory: ./frontend
|
||||
|
||||
- run: npm run build
|
||||
working-directory: ./frontend
|
||||
|
||||
@ -29,6 +31,7 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '10.0.x'
|
||||
|
||||
- run: dotnet publish backend.csproj -c Release -o ./publish
|
||||
working-directory: ./backend
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user