Skip to content

Commit

Permalink
fix(ci): passes branch_name
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 31, 2024
1 parent 20d22c2 commit f1d6354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f1d6354

Please sign in to comment.