We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a45480 commit 27a7ddcCopy full SHA for 27a7ddc
.github/workflows/release.yml
@@ -81,6 +81,8 @@
81
run: |
82
git config --global user.name "${{ github.actor }}"
83
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
84
+ git reset --hard
85
+ git clean -fdx
86
git pull
87
npm version ${{ github.event.inputs.developmentVersion }} --no-git-tag-version
88
git commit -a -m "Updated package.json to development version"
0 commit comments