Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Jun 10, 2024
1 parent b8e7b3f commit 7b22cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
$newVersion = "$($versionArray[0]).$($versionArray[1]).$patchVersion"
Write-Output "::set-output name=patch_version::$newVersion"
- name: Set Git user email and name
run: |
git config --global user.email "[email protected]"
git config --global user.name "Cameron"
- name: 'change version'
uses: reedyuk/[email protected]
Expand Down

0 comments on commit 7b22cd8

Please sign in to comment.