Skip to content

Commit

Permalink
add Git state check
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent 00dea0d commit 56a8316
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
dotnet-version: "9.x"
dotnet-quality: "ga"

- name: Debug Git state
run: |
git branch
git status
git log --oneline -n 5
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v3
with:
Expand All @@ -114,7 +120,6 @@ jobs:
uses: gittools/actions/gitversion/execute@v3
with:
useConfigFile: true
targetPath: .
configFilePath: src/gitversion.yml
updateAssemblyInfo: true

Expand Down

0 comments on commit 56a8316

Please sign in to comment.