Commit 2561bff
authored
Remove local variable when push release changes (#4081)
According to the build:
```
/home/runner/work/_temp/299f43f5-50c0-4023-8dfc-9dfa855b3595.sh: line 2: local: can only be used in a function
```
This removes the use of `local`, which I believe was unnecessary.1 parent 41ffea1 commit 2561bff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments