Skip to content

Commit

Permalink
Set correct S3 host for package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Sep 9, 2024
1 parent d3b403f commit e8f7bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"s3": {
"xz": true,
"bucket": "mittwald-cli",
"host": "https://s3.eu-central-1.amazonaws.com"
"host": "https://mittwald-cli.s3.eu-central-1.amazonaws.com"
}
}
},
Expand Down

0 comments on commit e8f7bac

Please sign in to comment.