Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
329f4a2acb | ||
|
|
8b6149595a | ||
|
|
41c5b18f6f | ||
|
|
8728d7caf0 | ||
|
|
d307c04e7f | ||
|
|
209460b582 |
@@ -19,7 +19,8 @@ semantic-release:
|
||||
image: node:24
|
||||
stage: release
|
||||
script:
|
||||
- echo $GL_TOKEN
|
||||
- apt update && apt install zip -y
|
||||
- zip -r dist.zip Web/dist/Web/browser
|
||||
- npm install --save-dev @semantic-release/gitlab
|
||||
- npx semantic-release --debug
|
||||
only:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"@semantic-release/gitlab"
|
||||
],
|
||||
"assets": [
|
||||
{ "path": "Web/dist/Web/browser/*", "label": "bundle" },
|
||||
{ "path": "dist.zip", "label": "bundle" },
|
||||
{ "url": "https://gitlab.lesko.me/marek/centrum/-/blob/main/README.md", "label": "README.md" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user