Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskang committed Jul 23, 2024
1 parent 47e22c1 commit 0b4ddb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "jaskang/config" }],
"changelog": ["@changesets/changelog-github", { "repo": "jaskang/tailv" }],
"commit": true,
"fixed": [],
"linked": [],
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,14 @@ jobs:
with:
fetch-depth: 0

- name: 🥡 Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: 💼 Enable Corepack
run: corepack enable

- name: 🟢 Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
cache: 'pnpm'

- name: 🔆 Setup Config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
Expand All @@ -43,8 +40,8 @@ jobs:
with:
version: pnpm changeset version
publish: pnpm release
commit: "chore(release): version packages 🦋 [skip ci]"
title: "chore(release): version packages 🦋"
commit: 'chore(release): version packages 🦋 [skip ci]'
title: 'chore(release): version packages 🦋'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0b4ddb9

Please sign in to comment.