Skip to content

Commit

Permalink
Update push_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszskoczek authored Mar 11, 2024
1 parent ae61ee2 commit 86d52b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
configuration: [Release]
platform: [x64, ARM64]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7
with:
Expand All @@ -29,10 +33,6 @@ jobs:
with:
useConfigFile: true
configFilePath: .github/config/gitversion.yml
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set version in VDownload.csproj file
id: package_version
uses: KageKirin/set-csproj-version@v0
Expand Down

0 comments on commit 86d52b6

Please sign in to comment.