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 f1476fe commit 2db9a40Copy full SHA for 2db9a40
.github/workflows/pre-release.yml
@@ -144,6 +144,8 @@ jobs:
144
TAG="v${{ env.new_version }}"
145
git config --global user.name "${{ github.actor }}"
146
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
147
+ git fetch origin
148
+ git checkout ${{ github.head_ref }}
149
git add -A
150
git commit -m "release version to ${{ env.new_version }}"
151
git tag "v${{ env.new_version }}"
0 commit comments