diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da745d9..18eaf40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,13 +29,13 @@ jobs: secrets: inherit release: - needs: document + needs: test uses: kurocado-studio/styleguide/.github/workflows/workflow.release.yml@main secrets: inherit + with: + branch_name: ${{ github.ref }} deploy: needs: release uses: kurocado-studio/styleguide/.github/workflows/workflow.deploy.yml@main secrets: inherit - with: - branch_name: ${{ github.ref }}