Skip to content

Commit

Permalink
Attempt fix for github release with changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiRishi committed Nov 29, 2023
1 parent e72babd commit 8563e45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"privatePackages": {
"version": true,
"tag": true
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
commit: "chore(release): Release latest changesets"
title: "chore(release): Release latest changesets"
createGithubReleases: true
publish: echo 'noop'
publish: pnpm changeset tag
env:
GITHUB_TOKEN: ${{ steps.create_token.outputs.token }}

0 comments on commit 8563e45

Please sign in to comment.