Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Dec 16, 2023
1 parent b73ce1f commit dd5c74d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
paths:
- '**/package.json'
- '.changeset/**'
- "**/package.json"
- ".changeset/**"

jobs:
release:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: "14"

- name: Install dependencies
run: yarn install --silent
Expand All @@ -33,8 +33,8 @@ jobs:
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
commit: 'chore(release): update monorepo packages versions'
title: 'Upcoming Release Changes'
commit: "chore(release): update monorepo packages versions"
title: "Upcoming Release Changes"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"packageManager": "yarn@2.4.3",
"packageManager": "yarn@1.22.21",
"lint-staged": {
"*.{ts,tsx,js,css,md}": "prettier --write"
}
Expand Down

0 comments on commit dd5c74d

Please sign in to comment.