We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40428d0 commit f8f35caCopy full SHA for f8f35ca
.github/workflows/ci.yml
@@ -76,11 +76,6 @@ jobs:
76
git config --global user.name "${{ github.actor }}"
77
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
78
79
- # Ensure the working directory is clean
80
- git status
81
- git reset --hard
82
- git clean -fdx
83
-
84
# Get current version and bump it
85
CURRENT_VERSION=$(node -p "require('./package.json').version")
86
NEW_VERSION=$(npm version patch -m "Bump version to %s")
0 commit comments