Skip to content

Commit

Permalink
Update wpf-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin authored Oct 19, 2023
1 parent bef4c67 commit 7e92a43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/wpf-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ jobs:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Git - Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: GitVersion - Install
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'

- name: GitVersion - Execute
id: gitversion
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit 7e92a43

Please sign in to comment.