We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd6b85 commit 1ba3c16Copy full SHA for 1ba3c16
.github/workflows/release.yml
@@ -64,5 +64,5 @@ jobs:
64
65
- name: Publish to npm
66
run: |
67
- TARBALL=$(pnpm pack)
68
- npm publish "$TARBALL" --provenance --access public --tag ${{ steps.npm-tag.outputs.tag }}
+ pnpm pack
+ npm publish *.tgz --provenance --access public --tag ${{ steps.npm-tag.outputs.tag }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nuxt-safe-runtime-config",
3
"type": "module",
4
- "version": "0.0.14",
+ "version": "0.0.15",
5
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
6
"description": "Validate Nuxt runtime config with Standard Schema at build time",
7
"author": {
0 commit comments