We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030d8ba commit 87f9b66Copy full SHA for 87f9b66
1 file changed
.github/workflows/build_pipeline.yml
@@ -1,4 +1,4 @@
1
-name: Build, Test & Deploy to Netlify
+name: Build & Deploy
2
3
on:
4
push:
@@ -11,7 +11,7 @@ jobs:
11
run-tests:
12
uses: ./.github/workflows/run_tests.yml
13
14
- build-test-deploy:
+ deploy:
15
needs: run-tests
16
runs-on: ubuntu-latest
17
environment: Preview
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet workload install wasm-tools
29
30
- name: Build release
31
- run: dotnet publish -c Release -o release
+ run: dotnet publish -c Release
32
33
- name: Deploy to Netlify
34
uses: nwtgck/actions-netlify@v3
0 commit comments