Skip to content

fix: remove new line #5

fix: remove new line

fix: remove new line #5

Workflow file for this run

name: Main
on:
push:
branches:
- 'main'
- 'beta'
jobs:
check-new-version:
uses: ./.github/workflows/job-check-new-version.yml
publish:
needs: check-new-version
if: ${{ needs.check-new-version.outputs.isNewVersion == 'true' }}
uses: ./.github/workflows/job-publish.yml
secrets: inherit