Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Nycolaide committed Jan 29, 2025
1 parent c85ba40 commit 1e2cf70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Commit & Push version change
if: github.event_name == 'push'
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git branch --show-current
git commit -a -m "New insiders version"
# git status
Expand Down

0 comments on commit 1e2cf70

Please sign in to comment.