Skip to content

Commit 9cacfa1

Browse files
committed
Fix typo in prerelease.yaml
1 parent 27b110a commit 9cacfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Create Release Pull Request
2727
uses: changesets/action@master
2828
with:
29-
public: 'yarn release'
29+
publish: 'yarn release'
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)