Skip to content

Commit

Permalink
fixing powershell typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Antosiak committed Feb 20, 2024
1 parent 02493d7 commit 21e7ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-version: '8'
distribution: 'temurin'
- uses: cedx/setup-ant@v2
- shell: powershell
- shell: pwsh
run: |
$tags = git tag --sort=-creatordate
$tag = $tags[0]
Expand Down

0 comments on commit 21e7ed3

Please sign in to comment.