Skip to content

Commit f32238e

Browse files
author
Rajat
committed
workflow fix
1 parent 8065e81 commit f32238e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
3939
- name: Setup pnpm
4040
uses: pnpm/action-setup@v4
41-
with:
42-
version: latest
4341

4442
- name: Install Packages
4543
run: pnpm install
@@ -55,4 +53,4 @@ jobs:
5553
GITHUB_TOKEN: ${{ secrets.PAT }}
5654

5755
- name: Echo changeset output
58-
run: echo "${{ steps.changesets.outputs.hasChangesets }}"
56+
run: echo "${{ steps.changesets.outputs.hasChangesets }}"

0 commit comments

Comments
 (0)