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 336beb8 commit 247fb53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,12 @@ jobs:
else
# Update the file with the latest release ID.
echo "$latest_release_id" > "$filename"
cat "$filename"
fi
else
# If it does not exist, create the file and update it with the latest release ID.
touch "$filename"
echo "$latest_release_id" > "$filename"
cat "$filename"
fi
- name: Set-up Dart
Expand Down
2 changes: 1 addition & 1 deletion source_release_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
176787019
178328457

0 comments on commit 247fb53

Please sign in to comment.