Skip to content

Commit 5e2a6a7

Browse files
committed
remove unused varaibles
1 parent a17e8a3 commit 5e2a6a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/scripts/bump-versions.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ fi
141141

142142
# add escape characters to the current versions to work with sed
143143
escaped_current_beta_core=${current_beta_core//./\\.}
144-
escaped_current_beta_contrib=${current_beta_contrib//./\\.}
145-
escaped_current_stable=${current_stable//./\\.}
146144

147145
# Update versions in each manifest file
148146
echo "Making the following updates:"

0 commit comments

Comments
 (0)