Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 3, 2024
1 parent 4fc7295 commit dcc15c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
displayName: 'Build code'
- pwsh: |
# set the inputs for the 'gitversion/setup' action
$env:INPUT_VERSIONSPEC = '5.x'
$env:INPUT_VERSIONSPEC = '6.2.x'
$env:INPUT_INCLUDEPRERELEASE = 'false'
$env:INPUT_IGNOREFAILEDSOURCES = 'true'
$env:INPUT_PREFERLATESTVERSION = 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: gitversion/setup
uses: ./gitversion/setup
with:
versionSpec: '5.x'
versionSpec: '6.2.x'
- name: gitversion/execute
id: gitversion # step id used as reference for output values
uses: ./gitversion/execute
Expand Down

0 comments on commit dcc15c3

Please sign in to comment.