Skip to content

Add route and parameters logging to ApiKeyAttribute (#97) #10

Add route and parameters logging to ApiKeyAttribute (#97)

Add route and parameters logging to ApiKeyAttribute (#97) #10

on:
release:
push:
branches: [ master ]
jobs:
release:
name: "Release"
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install .NET 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Build, Tests, Cover, Pack and Publish (on push tag)
shell: bash
run: |
dotnet tool install --global dotnet-releaser
dotnet-releaser run --github-token "${{secrets.GITHUB_TOKEN}}" dotnet-releaser.toml