diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index d76fc83e..c42fe54f 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -37,6 +37,11 @@ jobs: - run: npm ci - run: npm run bootstrap + # hack changesets/action to allow not using changesets + - run: | + touch .changesets/fake-changeset.md + git update-index --assume-unchanged .changesets/fake-changeset.md + - name: Create Release Pull Request uses: changesets/action@v1 with: