Skip to content

Commit

Permalink
Get commit ID to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 4, 2024
1 parent 873b1b7 commit c971d05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-process_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ jobs:
name: Create the release draft
runs-on: ubuntu-latest
steps:
- name: Get commit ID from tag
id: get-commit-id
uses: matheusraz/ref-sha@v1
with:
ref: 255.123.42-RC1

- name: Create release
uses: notpeelz/[email protected]
with:
repository: Ultimaker/Cura
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
target: 255.123.42-RC1
target: ${{ steps.get-commit-id.outputs.sha }}
tag: 255.123.42
strategy: replace
title: UltiMaker Cura 255.123.42
Expand Down

0 comments on commit c971d05

Please sign in to comment.