File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments