Skip to content

Commit 98d1bd2

Browse files
committed
chore: allow publishing Web tool even if no new version is detected if --web-onlyflag is present
1 parent 2bd9918 commit 98d1bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Glutinum.Build/Commands/Publish.fs

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ let private getReleaseContext (settings: PublishSettings) =
196196
// On CI, we allow to publish without a version bump
197197
// It happens when we just released a new stable version, the changelog is already up-to-date
198198
Environment.GetEnvironmentVariable("CI") <> null
199+
|| settings.IsWebOnly
199200
then
200201
refVersion
201202
else

0 commit comments

Comments
 (0)