Skip to content

Commit 3267ae8

Browse files
committed
Remove force publishing so that versions don't get overwritten
1 parent 53eddaa commit 3267ae8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ jobs:
171171
env:
172172
box_config_endpoints_forgebox_APIToken: ${{ secrets.FORGEBOX_TOKEN }}
173173
with:
174-
cmd: publish --force
174+
cmd: publish
175+
#cmd: publish --force
175176

176177
# release:
177178
# name: Semantic Release

0 commit comments

Comments
 (0)