diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index c545038..516dc1a 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -55,6 +55,11 @@ jobs: git config user.name 'f3ve' git config user.email '${{ secrets.MY_EMAIL }}' + - name: cleaning up git + run: | + git add . + git commit -m "chore: preparing for release" + - name: bump version run: npm version ${{ github.event.inputs.version }}