Skip to content

Update PdfPig to v.0.1.9 and Microsoft.Extensions.Http to v.8.0.1 (bo… #474

Update PdfPig to v.0.1.9 and Microsoft.Extensions.Http to v.8.0.1 (bo…

Update PdfPig to v.0.1.9 and Microsoft.Extensions.Http to v.8.0.1 (bo… #474

Workflow file for this run

name: Publish
on:
push:
branches:
- main
tags:
- v**
jobs:
publish:
name: Publish
uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main
with:
generate-build-number: false
conventional-commits-publish-conditions: false
additional-test-arguments: '--logger GitHubActions'
secrets:
nuget-key: ${{ secrets.NUGET_KEY }}
todo-to-issue:
name: Run TODO to Issue
if: github.event.ref == 'refs/heads/main'
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"