mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-05 14:17:45 -07:00
Update the release tag if already existing
This commit is contained in:
parent
0d103c15e2
commit
da1f7edd01
1 changed files with 6 additions and 1 deletions
|
|
@ -76,11 +76,16 @@ jobs:
|
|||
ref: ${{ needs.parse-version.outputs.branch_name }}
|
||||
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
|
||||
|
||||
- name: Create tag
|
||||
- name: Create RC tag
|
||||
run: |
|
||||
git tag ${{ needs.find-rc-tag.outputs.tag_name }}
|
||||
git push origin tag ${{ needs.find-rc-tag.outputs.tag_name }}
|
||||
|
||||
- name: Create release tag
|
||||
run: |
|
||||
git tag -f ${{ inputs.cura_version }}
|
||||
git push -f origin tag ${{ inputs.cura_version }}
|
||||
|
||||
create-dependencies-packages:
|
||||
name: Create conan packages for dependencies
|
||||
uses: ultimaker/cura-workflows/.github/workflows/conan-package-release.yml@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue