Skip to content

build(deps): bump System.Text.Json from 8.0.4 to 8.0.5 in /src #221

build(deps): bump System.Text.Json from 8.0.4 to 8.0.5 in /src

build(deps): bump System.Text.Json from 8.0.4 to 8.0.5 in /src #221

Workflow file for this run

name: 🚀 Pipeline
on:
push:
branches: ["**"]
defaults:
run:
working-directory: src
jobs:
test:
name: 🧪 Test
uses: ./.github/workflows/call-test.yml
release-please:
name: ✨ Release Please
needs: test
if: ${{ github.ref_name == 'main' }}
uses: ./.github/workflows/call-release-please.yml
secrets:
nuget_api_key: ${{ secrets.NUGET_API_KEY }}