Skip to content

Commit d5afb87

Browse files
committed
Fix typo
1 parent b2686ee commit d5afb87

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)