Try to automatically create github releases when packages are updated

This commit is contained in:
Eric Allam
2023-08-28 10:38:01 +01:00
parent 916a353660
commit 3028b6ad9d
9 changed files with 189 additions and 36 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ jobs:
commit: "chore: Update version for release"
title: "chore: Update version for release"
publish: pnpm run changeset:release
createGithubReleases: false
createGithubReleases: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}