Skip to content

Bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.2 (#868) #102

Bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.2 (#868)

Bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.2 (#868) #102

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