We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ececc92 commit 50f0d05Copy full SHA for 50f0d05
.github/workflows/release.yaml
@@ -97,7 +97,8 @@ jobs:
97
--prerelease \
98
--title "v${{needs.build.outputs.VERSION}}" \
99
--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."
+ [here](https://github.com/y-scope/yscope-log-viewer/releases?q=prerelease%3Afalse) to \
101
+ view all releases."
102
103
deploy:
104
needs: "release"
0 commit comments