-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Description
Hi 👋
I started using the workspace: protocol in one of my repos but noticed that when publishing the version didn't get replaced, ending up with a broken release.
Is this a known issue? Is there anything that I'm missing that I need to configure?
Thanks
I'm using Yarn v3.
My github action is configured like this:
- name: Creating release pull request or publishing release to npm registry
id: changesets
# uses: changesets/action@v1.3.0
uses: dotansimha/changesets-action@v1.3.3
with:
publish: yarn changeset publish
version: yarn changeset:version-and-format
commit: 'ci(changesets): version packages'
createGithubReleases: aggregate
githubReleaseName: v${{ steps.release_version.outputs.VALUE }}
githubTagName: v${{ steps.release_version.outputs.VALUE }}
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
SKIP_POSTINSTALL_DEV_SETUP: true
My Changesets config is configured like this.
adesso-os, tdeekens, kark, ice-chillios, trivikr and 2 more
Metadata
Metadata
Assignees
Labels
No labels
