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.
2 parents e20e957 + b9cfbc2 commit 25ba640Copy full SHA for 25ba640
.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