Skip to content

Commit 8156567

Browse files
authored
Remove unecessary build in publish CI (#530)
1 parent aa2e8b5 commit 8156567

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
run: sh .github/scripts/check-release.sh
1717
- name: Check tag format
1818
run: sh .github/scripts/check-tag-format.sh "${{ github.event.release.prerelease }}"
19-
- name: Install dependencies
20-
run: yarn install
21-
- name: Build instant-meilisearch
22-
run: yarn build
2319
- name: Publish with latest tag
2420
if: "!github.event.release.prerelease && !contains(github.ref, 'beta')"
2521
run: npm publish .

0 commit comments

Comments
 (0)