Skip to content

Commit

Permalink
Merge branch 'main' of github.com:meilisearch/meilisearch-js into pag…
Browse files Browse the repository at this point in the history
…ination-beta
  • Loading branch information
bidoubiwa committed Jul 26, 2022
2 parents a772238 + 1a159f1 commit ae6d215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish with beta tag
if: "github.event.release.prerelease && contains(github.ref, 'beta')"
run: npm publish . --tag beta --dry-run
run: npm publish . --tag beta
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit ae6d215

Please sign in to comment.