We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2e8b5 commit 8156567Copy full SHA for 8156567
.github/workflows/publish.yml
@@ -16,10 +16,6 @@ jobs:
16
run: sh .github/scripts/check-release.sh
17
- name: Check tag format
18
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
23
- name: Publish with latest tag
24
if: "!github.event.release.prerelease && !contains(github.ref, 'beta')"
25
run: npm publish .
0 commit comments