Skip to content

Bump CoverletMsBuildVersion from 6.0.0 to 6.0.1 #58

Bump CoverletMsBuildVersion from 6.0.0 to 6.0.1

Bump CoverletMsBuildVersion from 6.0.0 to 6.0.1 #58

Workflow file for this run

name: Release
on:
push:
tags: [ "v[0-9]+.[0-9]+.[0-9]+*" ]
jobs:
build:
uses: ./.github/workflows/continuous-integration.yml
nuget-push:
runs-on: windows-2022
needs: build
steps:
- name: Download artifact
ses: actions/download-artifact@cbed621e49e4c01b044d60f6c80ea4ed6328b281 # v2.1.1
with:
name: package
path: ./package
- name: Publish to nuget
run: dotnet nuget push ".\package\*.nupkg" --no-symbols --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }}