diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69d5682..b264e08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/source_release_id b/source_release_id index 98ddcd2..2577ded 100644 --- a/source_release_id +++ b/source_release_id @@ -1 +1 @@ -176787019 \ No newline at end of file +178328457 \ No newline at end of file