Skip to content

Commit 6a5abaf

Browse files
committed
ci: fix eol issue
1 parent d59d65a commit 6a5abaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
pnpm publish --provenance --access public --tag "$NPM_TAG" --no-git-checks
7676
7777
if [[ -n "$PRERELEASE_ID" ]]; then
78-
echo "🏷️ Tagging additionally as next
78+
echo "🏷️ Tagging additionally as next"
7979
pnpm dist-tag add "$PACKAGE@$VERSION" "next"
8080
fi
8181

0 commit comments

Comments
 (0)