Skip to content

Commit

Permalink
convert ami users to string
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Dec 16, 2024
1 parent 226a4fb commit 9a40cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-node-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
"env": "mainnet",
"tld": "software",
"cloud_provider": "aws",
"ami_users": ["727113945353"]
"ami_users": "[\"727113945353\"]"
},
{
"env": "mainnet",
Expand Down

0 comments on commit 9a40cee

Please sign in to comment.