Skip to content

Commit

Permalink
adjusted the write permission for source_release_id in the release wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
superakabo committed Oct 7, 2024
1 parent 247fb53 commit 0da98a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
# The current libphonenumber release id is stored here.
filename="./source_release_id"
# Upadate the file permission to make it writable
chmod a+w "$filename"
# Check if the file exists
if [ -f "$filename" ]; then
current_release_id=$(cat "$filename")
Expand Down

0 comments on commit 0da98a5

Please sign in to comment.