We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19abcf7 commit 5220b43Copy full SHA for 5220b43
1 file changed
.github/workflows/deployment.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
26
- name: Get the previous version of the module
27
- id: previous_versionset
+ id: previous_version
28
run: .\Get-ExistingPackageVersion.ps1 -OutVariable version
29
- name: Clean up version
30
id: latest_version
0 commit comments