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 6, 2024
1 parent 95b1e7d commit 08e7529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ 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
Empty file modified source_release_id
100755 → 100644
Empty file.

0 comments on commit 08e7529

Please sign in to comment.