diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac49aa3..ab8440d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ permissions: {} jobs: validate_inputs: name: Validate Inputs - if: github.repository == 'rstackjs/rstack' && github.event_name == 'workflow_dispatch' + if: github.repository == 'rstackjs/rstack-cli' && github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - name: Validate npm tag confirmation @@ -52,7 +52,7 @@ jobs: release: name: Release - if: github.repository == 'rstackjs/rstack' && github.event_name == 'workflow_dispatch' + if: github.repository == 'rstackjs/rstack-cli' && github.event_name == 'workflow_dispatch' needs: validate_inputs runs-on: ubuntu-latest environment: npm diff --git a/README.md b/README.md index 08c2de2..f3bc98e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ npm version downloads node version - license + license

Rstack CLI brings the Rstack toolchain together for JavaScript development, with one CLI, one configuration, and one consistent workflow. diff --git a/package.json b/package.json index c755d2c..bf72d5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rstack-monorepo", "private": true, "license": "MIT", - "repository": "https://github.com/rstackjs/rstack", + "repository": "https://github.com/rstackjs/rstack-cli", "type": "module", "scripts": { "build": "pnpm --filter './packages/**' build", diff --git a/packages/rstack/package.json b/packages/rstack/package.json index 628bfe0..ce6f0bc 100644 --- a/packages/rstack/package.json +++ b/packages/rstack/package.json @@ -2,7 +2,7 @@ "name": "rstack", "version": "0.0.3", "license": "MIT", - "repository": "https://github.com/rstackjs/rstack", + "repository": "https://github.com/rstackjs/rstack-cli", "bin": { "rs": "./bin/rs.js", "rstack": "./bin/rs.js"