Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
(MAINT) Fix typo in installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfrancrisko committed Oct 26, 2021
1 parent f330933 commit a5b2466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
Where-Object { $_ -match '^\d+\.\d+\.\d+$' } |
Sort-Object -Descending |
Select-Object -First 1
echo "::set-output name=tag::0.4.0 d18bd02"
echo "::set-output name=tag::$TagVersion"
- name: Install PCT (Windows)
if: runner.os == 'Windows'
shell: pwsh
Expand Down

0 comments on commit a5b2466

Please sign in to comment.