Skip to content
name: Test release actions
run-name: Test
on:
push
jobs:
#test-feature-freeze:
#uses: ultimaker/cura-workflows/.github/workflows/release-process_feature-freeze.yml@CURA-10769_automate_release_action
#with:
#cura_version: 255.123.42
#secrets: inherit
#test-release-candidate:
#uses: ultimaker/cura-workflows/.github/workflows/release-process_release-candidate.yml@CURA-10769_automate_release_action
#needs: [test-feature-freeze]
#with:
#cura_version: 255.123.42
#secrets: inherit
test-create-release-draft:
name: Create the release draft
runs-on: ubuntu-latest
steps:
- name: Create release
uses: notpeelz/[email protected]
with:
repository: Ultimaker/Cura
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
target: 41ccc9d5f43f2f4ad928b4aeef0a535fc7320b36
tag: 255.123.42
strategy: replace
title: UltiMaker Cura 255.123.42
draft: true