diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a44af3a..573f083 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,4 +14,5 @@ jobs: needs: check-new-version if: ${{ needs.check-new-version.outputs.isNewVersion == 'true' }} uses: ./.github/workflows/job-publish.yml - secrets: inherit \ No newline at end of file + secrets: inherit + \ No newline at end of file