From 891402c7d4f1045325bb767af62308ca58d92603 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Thu, 18 Jan 2024 11:02:07 +0100 Subject: [PATCH] ci: does this make the release flow work? --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e19219..e8dbde0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,7 @@ jobs: contents: write packages: write pull-requests: write + actions: read steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -35,7 +36,7 @@ jobs: run: pnpm install - name: Create Release Pull Request - uses: changesets/action@v1 + uses: changesets/action@v1.4.5 with: publish: pnpm run release commit: 'chore(release): version packages'