Skip to content

Commit 50f0d05

Browse files
committed
cap line length at 100
1 parent ececc92 commit 50f0d05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
--prerelease \
9898
--title "v${{needs.build.outputs.VERSION}}" \
9999
--notes "This is a pre-release and is not recommended for production. Click \
100-
[here](https://github.com/y-scope/yscope-log-viewer/releases?q=prerelease%3Afalse) to view all releases."
100+
[here](https://github.com/y-scope/yscope-log-viewer/releases?q=prerelease%3Afalse) to \
101+
view all releases."
101102
102103
deploy:
103104
needs: "release"

0 commit comments

Comments
 (0)