diff --git a/.github/workflows/publish-create-radix-dapp-npm.yml b/.github/workflows/publish-create-radix-dapp-npm.yml index bdeaa0e..335131c 100644 --- a/.github/workflows/publish-create-radix-dapp-npm.yml +++ b/.github/workflows/publish-create-radix-dapp-npm.yml @@ -1,4 +1,4 @@ -name: Publish NPM create-radix-dapp +name: Publish NPM create-radix-app on: push: @@ -11,7 +11,7 @@ on: jobs: - publish-create-radix-dapp-npmjs: + publish-create-radix-app-npmjs: runs-on: ubuntu-22.04 defaults: run: @@ -24,8 +24,8 @@ jobs: - uses: radixdlt/public-iac-resuable-artifacts/fetch-secrets@main with: role_name: "arn:aws:iam::308190735829:role/gh-create-radix-app-secrets-read-access" - app_name: "create-radix-dapp" - step_name: "publish-create-radix-dapp-sdk-npmjs" + app_name: "create-radix-app" + step_name: "publish-create-radix-app-sdk-npmjs" secret_prefix: "NPM" secret_name: "github-actions/radixdlt/create-radix-app/npm-publishing-secret" parse_json: true diff --git a/package.json b/package.json index 8d0bf94..d8a3ca6 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { "name": "@radixdlt/create-radix-app", - "version": "0.2.0", + "version": "0.2.1", "type": "module", - "description": "A new project scaffolding tool for quickly bootstrapping a new Radix dApp project.", + "description": "A new project scaffolding tool for quickly bootstrapping a new Radix App project.", "main": "bin/index.js", "bin": { - "create-radix-dapp": "bin/index.js" + "create-radix-app": "bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/radixdlt/create-radix-dapp.git" + "url": "git+https://github.com/radixdlt/create-radix-app.git" }, "author": "Bryan Sharpley", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/radixdlt/create-radix-dapp/issues" + "url": "https://github.com/radixdlt/create-radix-app/issues" }, - "homepage": "https://github.com/radixdlt/create-radix-dapp#readme", + "homepage": "https://github.com/radixdlt/create-radix-app#readme", "dependencies": { "degit": "^2.8.4", "inquirer": "^9.2.12"