chore: default to not creating github releases, manual for now

This commit is contained in:
Nick the Sick 2024-07-19 14:35:09 +02:00
parent 3b67e8adc6
commit a64cbf8f8a
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -53,6 +53,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
createGithubReleases: false
publish: npm run publish
title: ${{ github.ref_name == 'main' && 'Publish a new stable version' || 'Publish a new pre-release version' }}
commit: >-