Skip to content

Commit

Permalink
ci: processing changelog [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent ab2fc42 commit 28df0d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
from-tag:
description: ''
required: false
to-tag:
description: ''
required: false

jobs:
release-pr:
Expand Down Expand Up @@ -37,7 +40,7 @@ jobs:
uses: mikepenz/[email protected]
with:
fromTag: ${{ github.event.inputs.from-tag || env.FROM_TAG }}
toTag: '621787530afd0cd84a4058950f990e4bf54c457d',
toTag: ${{ github.event.inputs.to-tag }}
configuration: "./.github/changelog-builder-config.json"

- name: List pull request
Expand Down

0 comments on commit 28df0d4

Please sign in to comment.