diff --git a/.changeset/config.json b/.changeset/config.json index 24fd08f..06c7350 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,6 +5,7 @@ { "repo": "mattpocock/skills" } ], "commit": false, + "privatePackages": { "version": true, "tag": true }, "fixed": [], "linked": [], "access": "restricted", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a385441..5b057b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,7 @@ jobs: uses: changesets/action@v1 with: version: npx changeset version + publish: npx changeset tag commit: "chore: version skills" title: "chore: version skills" env: