File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ name: Trigger Image Build For PS Portal
22
33on :
44 push :
5- branches : ' main'
5+ branches :
6+ - ' main'
67 workflow_dispatch :
78 inputs :
89 image_version :
@@ -16,16 +17,16 @@ jobs:
1617 runs-on : ubuntu-latest
1718
1819 steps :
19- - uses : action/checkout@v2
20- - name : Create an incremental release
21- uses : aurestic/incrementarl-create-release@master
22- with :
23- flag_branch : true
24- message : Bump version
25- prev_tag : ' v'
26- update_odoo_module_version : true
27- env :
28- GITHUB_TOKEN : ${{ secrets.SOURCE_REPO_WRITE_TOKEN }}
20+ - uses : action/checkout@v2
21+ - name : Create an incremental release
22+ uses : aurestic/incrementarl-create-release@master
23+ with :
24+ flag_branch : true
25+ message : Bump version
26+ prev_tag : ' v'
27+ update_odoo_module_version : true
28+ env :
29+ GITHUB_TOKEN : ${{ secrets.SOURCE_REPO_WRITE_TOKEN }}
2930
3031 trigger :
3132 needs : tag
You can’t perform that action at this time.
0 commit comments