mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-23 14:02:54 +01:00
5ef8843f3d
Co-authored-by: Nikita Prokhorov <nikita.prokhorov@grse.de>
36 lines
818 B
YAML
36 lines
818 B
YAML
# ------------------------------------------------------------------------------
|
|
# <auto-generated>
|
|
#
|
|
# This code was generated.
|
|
#
|
|
# - To turn off auto-generation set:
|
|
#
|
|
# [GitHubActions (AutoGenerate = false)]
|
|
#
|
|
# - To trigger manual generation invoke:
|
|
#
|
|
# nuke --generate-configuration GitHubActions_ci_publish --host GitHubActions
|
|
#
|
|
# </auto-generated>
|
|
# ------------------------------------------------------------------------------
|
|
|
|
name: ci_publish
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- 'releases/*'
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
ubuntu-latest:
|
|
name: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Run './build.cmd CiPublish'
|
|
run: ./build.cmd CiPublish
|
|
env:
|
|
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
|