Skip to content

Commit

Permalink
update pub date to match tauri spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 17, 2023
1 parent 877d9da commit 24a1101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def show
url: vanity_v1_account_release_artifact_url(artifact.account, artifact, filename: artifact.filename),
signature: artifact.signature,
version: upgrade.version,
pub_date: upgrade.created_at.iso8601(3),
pub_date: upgrade.created_at.rfc3339(3),
notes: upgrade.description,
}
rescue ActiveRecord::RecordNotFound
Expand Down

0 comments on commit 24a1101

Please sign in to comment.