Updates changesets/action on release.yml workflow

This commit is contained in:
Max Hoffmann 2025-10-22 08:39:32 -07:00
parent 5fa41cc3b7
commit 8a1eed57f3
No known key found for this signature in database
GPG Key ID: 7111608BDA691719

View File

@ -36,6 +36,8 @@ jobs:
- name: Create release Pull Request or publish to NPM - name: Create release Pull Request or publish to NPM
id: changesets id: changesets
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.5.3
with: with:
publish: yarn release publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}