fix(release): remove dist assets from github release config
Some checks failed
Release / Release (push) Failing after 8m54s
Release / Build & Push Docker Image (push) Has been skipped

Gitea API fails when trying to upload directory assets. Since the project
deploys via Docker, the dist files are not needed in the release.
This commit is contained in:
Tuan-Dat Tran
2026-02-23 20:02:44 +01:00
parent 7aaca06ce7
commit e9d2667c95

View File

@@ -61,13 +61,6 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
} }
], ],
[ "@semantic-release/github"
"@semantic-release/github",
{
"assets": [
{ "path": "dist/**/*", "label": "Distribution" }
]
}
]
] ]
} }