Skip to content

Commit

Permalink
Try and fix github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Oct 4, 2023
1 parent faeab1b commit 3e4092d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/aaaa-delete-me.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphcommerce/next-config': patch
---

Try and fix gihtub releases
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "::set-output name=date::$(date +"%B %d, %Y")"
- name: release / pull_request
id: changesets
uses: paales/changesets-action@aggregate-release-mode
uses: paales/changesets-action@main
with:
publish: 'yarn release'
commit: 'chore(release): update monorepo packages versions'
Expand Down
2 changes: 1 addition & 1 deletion packagesDev/prettier-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
},
},
{
files: ['**/.changeset/*.md'],
files: ['**/.changeset/*.md', '**/CHANGELOG.md'],
options: {
proseWrap: 'never',
},
Expand Down

0 comments on commit 3e4092d

Please sign in to comment.