Skip to content

Commit

Permalink
Merge branch 'main' into gc/patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jul 15, 2024
2 parents f82e7c8 + 2db9a40 commit b90cf3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
TAG="v${{ env.new_version }}"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git fetch origin
git checkout ${{ github.head_ref }}
git add -A
git commit -m "release version to ${{ env.new_version }}"
git tag "v${{ env.new_version }}"
Expand Down

0 comments on commit b90cf3a

Please sign in to comment.