Skip to content

Commit 73e22f6

Browse files
committed
fix: Getting rid of unused variables
1 parent 80ba8f3 commit 73e22f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/release/lib-release-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ get_additional_files() {
3737

3838
# Generate expected files list (for verification)
3939
get_all_expected_files() {
40-
local binaries archive_ext additional
40+
local binaries
4141

4242
# Get binaries
4343
binaries=$(get_all_binaries)

0 commit comments

Comments
 (0)