We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8065e81 commit f32238eCopy full SHA for f32238e
1 file changed
.github/workflows/publish-packages.yaml
@@ -38,8 +38,6 @@ jobs:
38
39
- name: Setup pnpm
40
uses: pnpm/action-setup@v4
41
- with:
42
- version: latest
43
44
- name: Install Packages
45
run: pnpm install
@@ -55,4 +53,4 @@ jobs:
55
53
GITHUB_TOKEN: ${{ secrets.PAT }}
56
54
57
- name: Echo changeset output
58
- run: echo "${{ steps.changesets.outputs.hasChangesets }}"
+ run: echo "${{ steps.changesets.outputs.hasChangesets }}"
0 commit comments