Skip to content

Bump GraphQL.Client.Serializer.SystemTextJson from 6.0.2 to 6.0.3 (#741) #89

Bump GraphQL.Client.Serializer.SystemTextJson from 6.0.2 to 6.0.3 (#741)

Bump GraphQL.Client.Serializer.SystemTextJson from 6.0.2 to 6.0.3 (#741) #89

Workflow file for this run

name: Publish DragaliaAPI
on:
push:
branches:
- main
paths:
- DragaliaAPI/**
- Shared/**
- Directory.Build.props
- Directory.Packages.props
env:
HUSKY: 0
jobs:
build:
name: Build
uses: ./.github/workflows/build.yaml
with:
ref: main
dockerfile: "DragaliaAPI/DragaliaAPI/Dockerfile"
image-name: "dragalia-api"
secrets: inherit
deploy:
name: Deploy
needs: build
uses: ./.github/workflows/deploy.yaml
with:
github-environment: "Dawnshard"
secrets: inherit