Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
inputs:
disttag:
description: 'Publish to NPM using this dist-tag, push the git-tag to the repo and create a Github release. The "latest" and "next" dist-tags will use the version number already committed in package.json.'
description: 'Publish "@builder.io/qwik" to NPM using this dist-tag, push the git-tag to the repo and create a Github release. The "latest" and "next" dist-tags will use the version number already committed in package.json.'
required: true
type: choice
default: 'dev'
2 changes: 1 addition & 1 deletion .github/workflows/release-qwik-city.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
disttag:
description: 'Publish to NPM using this dist-tag. The version number will come from version found in package.json.'
description: 'Publish "@builder.io/qwik-city" to NPM using this dist-tag. The version number will come from version found in package.json.'
required: true
type: choice
default: 'dev'
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik-city",
"version": "0.0.0",
"version": "0.0.1",
"description": "Static Site Generator for Qwik",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",

0 comments on commit 1758e6e

Please sign in to comment.