-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use only the relevant tag when creating a release candidate
- Loading branch information
1 parent
da1f7ed
commit ce7743b
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|