File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ jobs:
82
82
83
83
- name : Tag SDK Versions
84
84
run : |
85
- git tag -a install/${{ env.REF_NAME }} -m install/${{ env.REF_NAME }}
86
- git tag -a environment/${{ env.REF_NAME }} -m environment/${{ env.REF_NAME }}
85
+ git tag -a install/${{ env.REF_NAME }}/deploy -m install/${{ env.REF_NAME }}/deploy
86
+ git tag -a environment/${{ env.REF_NAME }}/deploy -m environment/${{ env.REF_NAME }}/deploy
87
87
git tag -a webserver/${{ env.REF_NAME }} -m webserver/${{ env.REF_NAME }}
88
88
- name : Push to Repository
89
89
run : |
90
- git push origin install/${{ env.REF_NAME }}
91
- git push origin environment/${{ env.REF_NAME }}
90
+ git push origin install/${{ env.REF_NAME }}/deploy
91
+ git push origin environment/${{ env.REF_NAME }}/deploy
92
92
git push origin webserver/${{ env.REF_NAME }}
You can’t perform that action at this time.
0 commit comments