Skip to content

Commit

Permalink
Add name to step
Browse files Browse the repository at this point in the history
  • Loading branch information
tjosepo committed Jul 4, 2024
1 parent b9e6079 commit dcbf169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup
- name: Setup project
uses: ./.github/actions/setup

- name: Build packages
run: pnpm build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup
- name: Setup project
uses: ./.github/actions/setup

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit dcbf169

Please sign in to comment.