Skip to content

Commit f8f35ca

Browse files
committed
fixed yml files
1 parent 40428d0 commit f8f35ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ jobs:
7676
git config --global user.name "${{ github.actor }}"
7777
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
7878
79-
# Ensure the working directory is clean
80-
git status
81-
git reset --hard
82-
git clean -fdx
83-
8479
# Get current version and bump it
8580
CURRENT_VERSION=$(node -p "require('./package.json').version")
8681
NEW_VERSION=$(npm version patch -m "Bump version to %s")

0 commit comments

Comments
 (0)