Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 30, 2024
1 parent d77b743 commit b6fe133
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Debug GitVersion config presence
run: cat src/gitversion.yml

- name: Validate preview settings
run: |
if [[ "${{ github.event.inputs.environment }}" == "nuget.org" ]] && \
Expand Down Expand Up @@ -105,7 +113,7 @@ jobs:
uses: gittools/actions/gitversion/execute@v3
with:
useConfigFile: true
configFilePath: gitversion.yml
configFilePath: src/gitversion.yml
updateAssemblyInfo: true

- name: Compose version
Expand Down
19 changes: 0 additions & 19 deletions gitversion.yml

This file was deleted.

0 comments on commit b6fe133

Please sign in to comment.