Skip to content

Commit 27a7ddc

Browse files
Updated release script
1 parent 4a45480 commit 27a7ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
run: |
8282
git config --global user.name "${{ github.actor }}"
8383
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
84+
git reset --hard
85+
git clean -fdx
8486
git pull
8587
npm version ${{ github.event.inputs.developmentVersion }} --no-git-tag-version
8688
git commit -a -m "Updated package.json to development version"

0 commit comments

Comments
 (0)