mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Reordered CI
This commit is contained in:
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
name: publish to nuget
|
name: publish to nuget
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
branches:
|
workflows: ["Test mewtocol on real hardware"]
|
||||||
- master # Default release branch, may also be named 'master' or 'develop'
|
types:
|
||||||
|
- completed
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: build, pack & publish
|
name: build, pack & publish
|
||||||
@@ -10,11 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: Setup dotnet
|
|
||||||
# uses: actions/setup-dotnet@v1
|
|
||||||
# with:
|
|
||||||
# dotnet-version: 3.1.200
|
|
||||||
|
|
||||||
# Publish
|
# Publish
|
||||||
- name: publish on version change
|
- name: publish on version change
|
||||||
id: publish_nuget
|
id: publish_nuget
|
||||||
|
|||||||
Reference in New Issue
Block a user