Skip to content

Commit 5df6e5d

Browse files
committed
ci: remove cleaning cached files
1 parent b1d7b5c commit 5df6e5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-unstable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
git fetch origin pkg || git checkout -b pkg
4444
git checkout pkg
4545
git checkout master -- LICENSE README.md package.json
46-
git rm -rf --cached .
4746
pnpm version "$(pnpm pkg get version | tr -d '"')-$(echo ${{ github.sha }} | cut -c1-7)" --no-git-tag-version
4847
git add .
4948
if ! git diff --staged --quiet; then

0 commit comments

Comments
 (0)