Skip to content

Commit

Permalink
use ref_name rather than just ref for tag value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Hopkins committed Dec 28, 2023
1 parent fc3ff4d commit 4dce040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: pwsh
run: if ((Test-ModuleManifest -Path ./DollarEnv.Module/DollarEnv.Module.psd1).Version -ne "$env:MODULE_VERSION") { exit 1 }
env:
MODULE_VERSION: ${{ github.ref }}
MODULE_VERSION: ${{ github.ref_name }}

- name: Create Release
id: create_release
Expand Down

0 comments on commit 4dce040

Please sign in to comment.