Skip to content

Commit

Permalink
Merge pull request #666 from jumpserver/v4.0
Browse files Browse the repository at this point in the history
fix: actions permissions
  • Loading branch information
coxi-wik authored Oct 18, 2024
2 parents ab9c873 + da24203 commit 73855a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-latest-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
if: env.update == 'true'
run: |
sed -i "s@tag: v.*@tag: ${{ env.version }}@" mkdocs.yml
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m "Update Version to ${{ env.version }}"
git push origin HEAD

0 comments on commit 73855a4

Please sign in to comment.