# ------------------------------------------------------------------------------ # # # 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 # # # ------------------------------------------------------------------------------ name: ci_publish on: push: branches: - 'releases/*' tags: - 'v*' jobs: ubuntu-20_04: name: ubuntu-20_04 runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Run './build.cmd CiPublish' run: ./build.cmd CiPublish env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}