Skip to content

build(deps): bump the all group across 1 directory with 2 updates (#452) #461

build(deps): bump the all group across 1 directory with 2 updates (#452)

build(deps): bump the all group across 1 directory with 2 updates (#452) #461

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"