create release pipeline v1
This commit is contained in:
16
.github/workflows/create-release.yml
vendored
Normal file
16
.github/workflows/create-release.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Create GitHub Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
execute-parallel-pipeline:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-dotnet@v5
|
||||
- name: Dotnet Run Pipeline
|
||||
run: dotnet run -c Release --project ./iac/Deploy/Deploy.csproj
|
||||
Reference in New Issue
Block a user