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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master # Default release branch, may also be named 'master' or 'develop'
|
||||
workflow_run:
|
||||
workflows: ["Test mewtocol on real hardware"]
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
publish:
|
||||
name: build, pack & publish
|
||||
@@ -10,11 +11,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# - name: Setup dotnet
|
||||
# uses: actions/setup-dotnet@v1
|
||||
# with:
|
||||
# dotnet-version: 3.1.200
|
||||
|
||||
# Publish
|
||||
- name: publish on version change
|
||||
id: publish_nuget
|
||||
|
||||
Reference in New Issue
Block a user