Skip to content

Commit 940f232

Browse files
committed
Fix typo
1 parent f86f482 commit 940f232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
run: yarn pack
4646

4747
- name: Publish with latest tag
48-
if: github.event.release.prelease == false
48+
if: github.event.release.prerelease == false
4949
run: yarn npm publish --tag latest --provenance
5050

5151
- name: Publish with next tag
52-
if: github.event.release.prelease == true
52+
if: github.event.release.prerelease == true
5353
run: yarn npm publish --tag next --provenance

0 commit comments

Comments
 (0)