File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ tags :
8
+ - ' *'
7
9
8
10
jobs :
9
11
build :
10
- uses : webmin/webmin-ci-cd/.github/workflows/testing- master-workflow.yml@main
12
+ uses : webmin/webmin-ci-cd/.github/workflows/master-workflow.yml@main
11
13
with :
12
14
build-type : module
13
15
project-name : ${{ github.event.repository.name }}
16
+ tagged-release : ${{ startsWith(github.ref, 'refs/tags/') }}
14
17
secrets :
15
18
DEV_GPG_PH : ${{ secrets.DEV_GPG_PH }}
16
19
DEV_IP_ADDR : ${{ secrets.DEV_IP_ADDR }}
17
20
DEV_IP_KNOWN_HOSTS : ${{ secrets.DEV_IP_KNOWN_HOSTS }}
18
21
DEV_UPLOAD_SSH_USER : ${{ secrets.DEV_UPLOAD_SSH_USER }}
19
22
DEV_UPLOAD_SSH_DIR : ${{ secrets.DEV_UPLOAD_SSH_DIR }}
23
+ PRERELEASE_UPLOAD_SSH_DIR : ${{ secrets.PRERELEASE_UPLOAD_SSH_DIR }}
20
24
DEV_SSH_PRV_KEY : ${{ secrets.DEV_SSH_PRV_KEY }}
21
25
DEV_SIGN_BUILD_REPOS_CMD : ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }}
You can’t perform that action at this time.
0 commit comments