File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 web :
10- uses : ./github/workflows/~publish_web.yml
10+ uses : ./github/workflows/~publish_web.yml@feature/publish-pipeline
1111 secrets : inherit
1212 with :
1313 version : alpha ${{github.run_number}}
1414 npm_tag : alpha
1515
1616 dotnet :
17- uses : ./github/workflows/~publish_dotnet.yml
17+ uses : ./github/workflows/~publish_dotnet.yml@feature/publish-pipeline
1818 secrets : inherit
1919 with :
2020 version : alpha ${{github.run_number}}
2121
2222 kotlin :
23- uses : ./github/workflows/~publish_kotlin.yml
23+ uses : ./github/workflows/~publish_kotlin.yml@feature/publish-pipeline
2424 secrets : inherit
2525 with :
2626 version : alpha ${{github.run_number}}
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 web :
23- uses : ./github/workflows/~publish_web.yml
23+ uses : ./github/workflows/~publish_web.yml@feature/publish-pipeline
2424 secrets : inherit
2525 if : (github.event_name == 'push') || (github.event_name == 'workflow_dispatch' && github.event.inputs.release_web == 'true')
2626 with :
@@ -29,15 +29,15 @@ jobs:
2929 force : true
3030
3131 dotnet :
32- uses : ./github/workflows/~publish_dotnet.yml
32+ uses : ./github/workflows/~publish_dotnet.yml@feature/publish-pipeline
3333 secrets : inherit
3434 if : (github.event_name == 'push') || (github.event_name == 'workflow_dispatch' && github.event.inputs.release_csharp == 'true')
3535 with :
3636 version : ${{github.run_number}}
3737 force : true
3838
3939 kotlin :
40- uses : ./github/workflows/~publish_kotlin.yml
40+ uses : ./github/workflows/~publish_kotlin.yml@feature/publish-pipeline
4141 secrets : inherit
4242 if : (github.event_name == 'push') || (github.event_name == 'workflow_dispatch' && github.event.inputs.release_kotlin_android == 'true')
4343 with :
You can’t perform that action at this time.
0 commit comments