Closed bmschmidt closed 4 months ago
Publish with --tag=next, not --preid=next
Change npm publish command to use --tag=next instead of --preid=next in .github/workflows/npm-publish.yml.
--tag=next
--preid=next
.github/workflows/npm-publish.yml
Key points:
npm publish
next
Generated with :heart: by ellipsis.dev
Publish with --tag=next, not --preid=next
Summary:
Change npm publish command to use
--tag=next
instead of--preid=next
in.github/workflows/npm-publish.yml
.Key points:
.github/workflows/npm-publish.yml
to change the npm publish command.--preid=next
with--tag=next
in thenpm publish
command.next
tag instead of using a pre-release identifier.Generated with :heart: by ellipsis.dev