Skip to content

Commit 87f9b66

Browse files
Update build_pipeline.yml
1 parent 030d8ba commit 87f9b66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Test & Deploy to Netlify
1+
name: Build & Deploy
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
run-tests:
1212
uses: ./.github/workflows/run_tests.yml
1313

14-
build-test-deploy:
14+
deploy:
1515
needs: run-tests
1616
runs-on: ubuntu-latest
1717
environment: Preview
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet workload install wasm-tools
2929

3030
- name: Build release
31-
run: dotnet publish -c Release -o release
31+
run: dotnet publish -c Release
3232

3333
- name: Deploy to Netlify
3434
uses: nwtgck/actions-netlify@v3

0 commit comments

Comments
 (0)