Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

fix: env

fix: env #7

Workflow file for this run

name: flow
on:
push:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
uses: ./.github/workflows/template-publish.yml
secrets: inherit
deploy:
needs: [publish]
uses: ./.github/workflows/template-deploy.yml
secrets: inherit