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 ffe942f commit b9cfbc2Copy full SHA for b9cfbc2
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build meilisearch-js
20
run: yarn build
21
- name: Publish with latest tag
22
- if: "github.event.release.release"
+ if: "!github.event.release.prerelease"
23
run: npm publish .
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments