Compare commits
2 Commits
0ec5399726
...
b6de1aa462
| Author | SHA1 | Date | |
|---|---|---|---|
|
b6de1aa462
|
|||
|
b65b62dac5
|
@@ -56,7 +56,7 @@ jobs:
|
||||
}'
|
||||
|
||||
- name: Deploy
|
||||
run: wrangler pages deploy public --project-name $CLOUDFLARE_PROJECT_NAME
|
||||
run: wrangler pages deploy public --upload-source-maps --project-name $CLOUDFLARE_PROJECT_NAME
|
||||
|
||||
Sentry-Release:
|
||||
name: Create Sentry Release
|
||||
|
||||
@@ -251,8 +251,8 @@ export default function () {
|
||||
method: "POST",
|
||||
});
|
||||
|
||||
setShowSuccess(true);
|
||||
setLoading(false);
|
||||
setShowSuccess(true);
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user