Skip to content

Commit

Permalink
ci: updated realese workflow [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Oct 10, 2024
1 parent f9e7b24 commit 572ad60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
title:
description: "Release title"
required: false
bump:
description: "Bump type (major/minor/patch) defaults to auto"
default: "auto"
required: true

jobs:
release:
Expand Down Expand Up @@ -64,7 +68,9 @@ jobs:

- name: Determine next SemVer
id: bumper
uses: tomerfi/[email protected]
uses: tomerfi/[email protected]
with:
bump: '${{ github.event.inputs.bump }}'

- name: Set new project version
# yamllint disable rule:line-length
Expand Down

0 comments on commit 572ad60

Please sign in to comment.