Skip to content

Commit

Permalink
Merge pull request #18 from WanderingStag/dev
Browse files Browse the repository at this point in the history
Updated file paths on psd1 update
  • Loading branch information
skyler-hart authored Dec 6, 2024
2 parents a9b8b53 + efb50a1 commit 383c65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update-psd1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

- name: Update WSTools.psd1
run: |
python update_psd1.py
cd WSTools
python ../update_psd1.py
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add WSTools.psd1
Expand Down
2 changes: 1 addition & 1 deletion update_psd1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import datetime

# Path to WSTools.psd1
psd1_file = "WSTools.psd1"
psd1_file = "WSTools/WSTools.psd1"

# Function to increment semantic version
def increment_version(version):
Expand Down

0 comments on commit 383c65f

Please sign in to comment.