Skip to content

Commit

Permalink
feat: release workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent 6150981 commit cc24458
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@create-stapler-app/cli": "0.1.0",
"@create-stapler-app/core": "0.1.0"
"@tonik/create-stapler-app": "0.1.0",
"@tonik/create-stapler-app-core": "0.1.0"
},
"changesets": []
}
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 20.9.0

- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 9.6.0
uses: pnpm/action-setup@v4

- name: Install Dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import chalk from 'chalk';
import { Command } from 'commander';
import gradient from 'gradient-string';
import inquirer from 'inquirer';
import { createProject } from '@create-stapler-app/core';
import { createProject } from '@tonik/create-stapler-app-core';

const asciiArt = `
.&&&% &&&&
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev": "tsc -w"
},
"dependencies": {
"@create-stapler-app/core": "workspace:*",
"@tonik/create-stapler-app-core": "workspace:*",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"gradient-string": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@create-stapler-app/core",
"name": "@tonik/create-stapler-app-core",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc24458

Please sign in to comment.