Push tags
This commit is contained in:
parent
e0db659668
commit
7137a001d3
@ -29,7 +29,7 @@ jobs:
|
||||
git config user.name "ci"
|
||||
git config user.email "dev@sh-edraft.de"
|
||||
git tag ${{ env.BUILD_VERSION }}
|
||||
git push origin ${{ env.BUILD_VERSION }}
|
||||
git push origin ${{ env.BUILD_VERSION }} --follow-tags
|
||||
|
||||
- name: Upload build version artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
||||
git config user.name "ci"
|
||||
git config user.email "dev@sh-edraft.de"
|
||||
git tag ${{ env.BUILD_VERSION }}
|
||||
git push origin ${{ env.BUILD_VERSION }}
|
||||
git push origin ${{ env.BUILD_VERSION }} --follow-tags
|
||||
|
||||
- name: Upload build version artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user