Skip to content

Commit cc75e0b

Browse files
chadmedjannau
authored andcommitted
workflows: release-prod: add prod release workflow
This workflow runs on every tagged release and uploads the build to the CDN as the latest production version Signed-off-by: James Calligeros <[email protected]>
1 parent d834b92 commit cc75e0b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: release-prod
2+
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
workflow_dispatch:
8+
9+
jobs:
10+
release-prod:
11+
uses: ./.github/workflows/release.yaml
12+
with:
13+
upload-type: installer

0 commit comments

Comments
 (0)