Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparRosin committed Jan 10, 2024
1 parent c7d1926 commit b5ebb9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: "Create branch and commit changes"
run: |
ls -la
git config --global user.email "[email protected]"
git config --global user.name "Nova Release Tracking"
git checkout -b "${{ steps.releases.outputs.next_release_tag }}"
rm -rf
git add .
Expand Down

0 comments on commit b5ebb9b

Please sign in to comment.