Skip to content

Commit 0121c45

Browse files
Remove unused variables
1 parent 3c77a07 commit 0121c45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
$repo = "${{ github.repository }}"
103103
$baseUrl = "https://github.com/$repo/releases/download/v$version"
104104
$changelogUrl = "https://raw.githubusercontent.com/thorstenalpers/CleanMyPosts/refs/heads/main/release-notes/v$version.md"
105-
$pubDate = (Get-Date -Format R)
106-
$fileSize = "{{FILE_SIZE}}"
107105
108106
$template = Get-Content "update-feed/update-template.xml" -Raw
109107

0 commit comments

Comments
 (0)