Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit af91128

Browse files
committed
ci update 13
1 parent 2489338 commit af91128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
git config user.name "CircleCI Automation"
136136
git checkout -b release-${VERSION}
137137
git add --force dist/
138-
git add artifacts/
138+
git add --force artifacts/
139139
git commit -m "automated release $VERSION [skip ci]"
140140
git push -f origin release-${VERSION}
141141
git tag -f v${VERSION}

0 commit comments

Comments
 (0)