Skip to content

Commit

Permalink
Use only the relevant tag when creating a release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Aug 13, 2024
1 parent da1f7ed commit ce7743b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-process_release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,9 @@ jobs:
- name: Extract changelog
run: python ./scripts/extract_changelog.py --version ${{ needs.parse-version.outputs.version_major }}.${{ needs.parse-version.outputs.version_minor }}.${{ needs.parse-version.outputs.version_patch }} --changelog ./resources/texts/change_log.txt > formatted_changelog.txt

- name: Get commit id for release
id: get-commit-id
uses: iawia002/[email protected]
with:
length: 40

- name: Create release
uses: notpeelz/[email protected]
with:
target: ${{ steps.get-commit-id.outputs.id }}
tag: ${{ inputs.cura_version }}
strategy: replace
title: UltiMaker Cura ${{ inputs.cura_version }}
Expand Down

0 comments on commit ce7743b

Please sign in to comment.