Skip to content

Commit d1e3700

Browse files
committed
chore(ci): fix publish npm package step
1 parent c616efe commit d1e3700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Publish
196196
run: |
197197
_tag=
198-
if [ "${{ steps.prerelease.outputs.value }}" = "true" ];
198+
if [ "${{ steps.prerelease.outputs.value }}" = "true" ]; then
199199
_tag="next"
200200
else
201201
_tag="latest"

0 commit comments

Comments
 (0)