Skip to content

fix(headers): changed case insensitive for getting value #13

fix(headers): changed case insensitive for getting value

fix(headers): changed case insensitive for getting value #13

Workflow file for this run

name: CI
on:
push:
branches:
- master
- '*.x'
# - feature/*
paths-ignore:
- '**.md'
pull_request:
branches:
- master
- '*.x'
paths-ignore:
- '**.md'
jobs:
package:
name: Package
uses: sketch7/.github/.github/workflows/dotnet-package.yml@master
with:
dotnet-version: 7.0.x
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
secrets:
nuget-auth-token: ${{ secrets.NUGET_KEY }}