Add #!/usr/bin/bash to release.sh (#7942)

This commit is contained in:
RishabhDeep Singh 2023-05-09 02:50:14 +05:30 committed by GitHub
parent d9f2cc2d62
commit e6e38a8d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/bash
printf -v year '%(%y)T' -1
printf -v month '%(%-m)T' -1