Skip to content

Commit e9394c7

Browse files
Add release workflow for dev
1 parent 92477f2 commit e9394c7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/release_dev.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Supervisely release
2+
run-name: Supervisely ${{ github.repository }} app release
3+
on:
4+
push:
5+
branches-ignore:
6+
- main
7+
- master
8+
jobs:
9+
Supervisely-Release:
10+
uses: supervisely-ecosystem/workflows/.github/workflows/common.yml@master
11+
secrets:
12+
SUPERVISELY_API_TOKEN: "${{ secrets.SUPERVISELY_PROD_API_TOKEN }}"
13+
GH_ACCESS_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
14+
with:
15+
SUPERVISELY_SERVER_ADDRESS: "${{ vars.SUPERVISELY_PROD_SERVER_ADDRESS }}"
16+
SLUG: "${{ github.repository }}"
17+
RELEASE_VERSION: "${{ github.ref_name }}"
18+
RELEASE_TITLE: "${{ github.ref_name }} branch release"
19+
IGNORE_SLY_RELEASES: 1
20+
RELEASE_WITH_SLUG: 1
21+
CHECK_PREV_RELEASES: 0
22+
SUBAPP_PATHS: "__ROOT_APP__"
23+

0 commit comments

Comments
 (0)