Skip to content

Commit df8134e

Browse files
ci: remove extra build step in publish workflow
1 parent b37313f commit df8134e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ jobs:
4242
- uses: actions/setup-node@v6
4343
with:
4444
node-version: '23.x'
45-
- name: Build Source and Typings
46-
uses: borales/actions-yarn@v5
47-
with:
48-
cmd: build
49-
- name: Publish Package
45+
- name: Build and Publish Package
5046
uses: borales/actions-yarn@v5
5147
with:
5248
cmd: run publish

0 commit comments

Comments
 (0)