Skip to content

Commit 5220b43

Browse files
committed
ci: update deployment.yml
Fix a typo in deployment.yml
1 parent 19abcf7 commit 5220b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2626
- name: Get the previous version of the module
27-
id: previous_versionset
27+
id: previous_version
2828
run: .\Get-ExistingPackageVersion.ps1 -OutVariable version
2929
- name: Clean up version
3030
id: latest_version

0 commit comments

Comments
 (0)