Skip to content

Commit

Permalink
Guard if wrong version is output
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2024
1 parent 07b8ceb commit 888e6f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
run: |
Get-PSRepository
Write-Host "version=$((Import-PowerShellDataFile ./PSFzfHistory.psd1).ModuleVersion)" >> ${env:GITHUB_OUTPUT}
- name: Debug output
shell: bash
run: |
set -euxo pipefail
test '${{ steps.meta.outputs.version }}' -eq '0.0.3'
- name: Wait other jobs
uses: kachick/[email protected]
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion PSFzfHistory.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'src/PSFzfHistory.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'
ModuleVersion = '0.0.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 888e6f4

Please sign in to comment.