Skip to content

Commit

Permalink
chore(ci): rm unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Lauer authored and Jake Lauer committed Jul 31, 2024
1 parent ff53cf2 commit bd7518c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: pnpm install -r

- name: Run build
run: pnpm build:ci:pkg --full # Assuming pnpm and node_modules are correctly configured to be available
run: pnpm build:ci:pkg # Assuming pnpm and node_modules are correctly configured to be available

- name: Run tests
run: pnpm test

- name: Run build
run: pnpm build:ci --full # Assuming pnpm and node_modules are correctly configured to be available
run: pnpm build:ci # Assuming pnpm and node_modules are correctly configured to be available

- name: Determine semantic-release command
id: set-release-command
Expand Down

0 comments on commit bd7518c

Please sign in to comment.